Skip to main content

Verify the Connection between PoolParty and the Azure Portal

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 PoolParty for SharePoint can access it.

  1. In the Azure portal, navigate to your function app.

    Depending on whether you only use only one or both modules (Tagging and Term Store Synchronization), 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.