Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Azure webhook infrastructure for high availability of the webhook functionality that means if Insights is down for sometime, payloads from devops tools should not be missed.

Official Link – portal.azure.com


Azure Storage

  • Fill the required details in all the given tabs (Basic, Networking…etc.) and click on create.

    1. Basics

      1. Choose Subscription and Resource Group.

      2. Storage account name: insightswebhookstorage.

      3. Account kind: StorageV2

      4. Leave Replication as it is.

      5. Access Tier: Hot

  • Click on containers tab in the overview section or select from left menu.

  • Create 3 new containers by click on + container button with names:

    1. insightswebhookevents

    2. failedwebhookevents

    3. functionapp

  • Click on Change access level button and select Container option and click OK.

  • Click on 3 dots given on the right side and then click on Access policy for both the containers to create policy.

  • Click on + Add Policy button under stored access policy and fill the details to create policy and click OK button. After clicking OK, Click on Save button to save policy. Repeat this step for all containers.

  • Download the zip file from the nexus repository to the local system.

  • Follow steps to upload file:

    • Click on functionapp container to go inside container and Click on upload button.

    • Follow Steps:

      • Select the zip file from the local system.

      • Select checkbox Overwrite if files already exist.

      • Click on advanced and change the Blob type to Block Blob and Block size to 100 MB.

      • Click on Upload button.

  • No labels