Skip to main content

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.

  1. 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.

  2. On the function app's Overview page, Select the GetVersion or GetWebsite function.

    Screenshot-2024-01-31-at-09_12_37.png

    The function's Overview page opens.

  3. Select Code + Test.

  4. Select Test/Run.

  5. If you selected the GetWebsite function in step 2, go to the Input tab and select GET as an HTTP method.

  6. If you selected the GetWebsite function in step 2, confirm the test settings with Run.

  7. Go to the Output tab and inspect the test output.

    Verify-the-Connection-between-PoolParty-and-the-Azure-Portal.png

    A successful HTTP call returns a 200 OK response code and the PoolParty version (e.g. 9.1.1) for the GetVersion function or HTML as a response content for the GetWebsite function.