...
Official Link – portal.azure.com
Azure Storage
Go to Storage accounts page in the portal or visit link: https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts
Click on + Add Button to add new storage account.
...
Fill the required details in all the given tabs (Basic, Networking…etc.) and click on create.
Basics
Choose Subscription and Resource Group.
Storage account name: insightswebhookstorage.
Account kind: StorageV2
Leave Replication as it is.
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:
insightswebhookevents
failedwebhookevents
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.