Setting Up Azure Blob Storage
In the Azure portal, search for Storage accounts.
Click on +Add to create a new storage account by entering the relevant configuration details.
Once the account is set up, select Containers from the
Overview
page. Select +Container to create a new blob container, giving it a name when prompted.After you create the blob, create a directory inside this blob for your artifacts. To do this, select the blob and create a new directory.
The blob directory will be visible in the portal only after a file exists.
Create an access key for the storage account:
Go to the main page for your storage account.
Under
Security + networking
in the left sidebar, select Access keys, generate a key, and copy both the key and connection string for later use.
Specify the endpoint URL as follows:
Last updated