Verifying the Connection between PoolParty and the Azure Portal
04/07/2025
After you have configured a function app, you can use the GetVersion
and GetWebsite
functions to test whether the PoolParty server is up and running and whether PoolParty for SharePoint can access it.
In the Azure portal, navigate to your function app.
Depending on whether you use one or both of the Tagging and Term Store Synchronization modules, you might have access to one or two function apps.
On the function app's Overview page, Select the
GetVersion
orGetWebsite
function.The function's Overview page opens.
Select Code + Test.
Select Test/Run.
If you selected the GetWebsite function in step 2, go to the Input tab and select GET as an HTTP method.
If you selected the GetWebsite function in step 2, confirm the test settings with Run.
Go to the Output tab and inspect the test output.
A successful HTTP call returns a
200 OK
response code and the PoolParty version (e.g.9.1.1
) for theGetVersion
function or HTML as a response content for theGetWebsite
function.