Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleStep 3: API Management

  • Fill the required details and click create button.

  • Click on APIs link from left menu.

  • Click on +Add API link and click on Function App from the given templates.

Image RemovedImage Added
  • Follow the steps to create API:–

    • Select function app.

      • Click on browse.

      • Click on Function App

      • Select function and click select on right bottom.

      • Click select on left bottom to return to API configuration page.

        Image RemovedImage Added

    • Change the API URL suffix to “function”

    • Click create button.

  • Click on InsightsWebhookHandler API and then click on POST operation (automatically added) under all operations. After that, Post operation will be shown in the Frontend section.

  • Click on the highlighted part given in the image.

  • Click on Query tab and then click on + Add parameter link.

    • name = endpoint

    • Type = string

    • Tick Required checkbox

    • Click on Save button

  • Go to Settings tab in the API and unselect Subscription required and click Save button.

...