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

  1. Go to Storage accounts page in the portal or visit link: https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts

  2. Click on + Add Button to add new storage account.

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

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

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

    1. insightswebhookevents

    2. failedwebhookevents

    3. functionapp

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

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

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

  • No labels