Skip to main content

Create a Function App

As a first step, go to the Azure portal to create a function app that will host the execution of the Azure functions used by PoolParty for SharePoint. You need a dedicated function app for each module (the Tagging module, the Term Store Synchronization module) of the PoolParty for SharePoint application.

Note

Alternatively, you can create a function app with a custom PowerShell script.

  1. Expand the portal menu.

  2. Select Function app.

    Tip

    Alternatively, use the global search to look for Function app.

    Create-a-Function-App1-.png
  3. Select Create.

    Create-a-Function-App-2.png

    The Create Function App page opens with the Basics tab activated by default.

  4. Select .Net as a Runtime stack and 6 as a Version.

    Create-a-Function-App-3.png
  5. Use the other options on the Create Function App page to configure the function app according to your needs.

  6. Confirm with Review + create.

    Note

    You need a dedicated function app for each PoolParty for SharePoint module (the Tagging module, the Term Store Synchronization module) you want to install.