...
Fill the required details in all the given tabs (Basic, Networking…etc.) and click on Review + create.
Basics
Choose Subscription and Resource Group.
Storage account name: insightswebhookstorage.
Account kind: StorageV2
Leave Replication as it is.
Access Tier: Hot
...
After clicking create button, a new page will be opened where you can see your storage account deployment. Deployment will take approx. 1 minutes to complete.
After completing deployment, click on Go to Resource button to go inside storage account.
Click on containers tab in the overview section or select from left menu.
...
Create 3 new containers by click on + container button with names:
insightswebhookevents
failedwebhookevents
functionapp
...
Select Public access level
...
as Container for all the containers.
...
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 as follows:
Fill Identifier as Insights(You may change)
Select all permissions.
Select start time and end time.
Click OK button.
After clicking OK, Click on Save button to save policy.
Repeat
these steps for all containers.
...
Download the zip file from the nexus repository(PlatformInsightsAzureWebhook.zip) to the your local system.
Follow the steps to upload zip file into the container:
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.
...
Click on the zip filename and copy the URL from the overview section and paste it in notepad.
...
Go to insightswebhookstorage storage account.
Click on Properties under settings in the left menu and copy the value of Primary Blob Service Endpoint and paste it on notepad.
Click on Access Keys under settings in the left menu and copy the value of storage account name and Key of Key1 and paste it on notepad.
...