Setting Up Azure Blob Storage

  1. In the Azure portal, search for Storage accounts.

    1. Click on +Add to create a new storage account by entering the relevant configuration details.

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

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

  2. Create an access key for the storage account:

    1. Go to the main page for your storage account.

    2. Under Security + networking in the left sidebar, select Access keys, generate a key, and copy both the key and connection string for later use.

  3. Specify the endpoint URL as follows:

    wasbs://<your-azure-container-name>@<your-azure-storage-account>.blob.core.windows.net/<your-azure-artifact-folder-name>

Last updated