Select the storage account, then select Data storage > Containers in the left-hand menu to verify that the "blob-container-01" appears: If you want to try using these resources from application code, continue with Example: Use Azure Storage. For an additional example of using the Azure Storage management library, see the Manage Python Storage List the blobs in a container. List the blobs in the container with the az storage blob list command. Remember to replace placeholder values in angle brackets with your own values: az storage blob list \ --account-name \ --container-name \ --output table \ --auth-mode login Download a blob The default storage account name (for example, mystorageaccount in List the contents of a directory by using the az storage fs file list command. This example lists the contents of a directory named my-directory that is located in the my-file-system container of a storage account named mystorageaccount . . Set Environment Variable AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_SAS_TOKEN . Using account name and Azure AD credentials . Azure CLI commands for data operations against Blob storage support the --auth-mode parameter, which enables you to specify how to authorize a given operation. From the left portal menu, select Storage accounts to display a list of your storage accounts. If the portal menu isn't visible, select the menu button to toggle it on. On the Storage accounts page, select Create. Options for your new storage account are organized into tabs in the Create a storage account page. A storage account and a container instance are needed for script execution and troubleshooting. You have the options to specify an existing storage account, otherwise the storage account along with the container instance are automatically created by the script service. The requirements for using an existing storage account: The current version of the Azure storage services is 2023-11-03, and we recommend that you use it where possible. For a list of all other supported versions, and for information about using each version, see Previous Azure Storage service versions. The 2023-11-03 service version includes the following features: None. Sorted by: 18. For your issue, if you just want one of the two keys for example, the first one. You can set a variable with the key as the value like this: key=$ (az storage account keys list -g CustomersV2 -n ****estx --query [0].value -o tsv) And then use the variable key in the other command like this: call az storage blob upload-batch The storage account; A container in the storage account; A blob in the container; The following diagram shows the relationship between these resources. Use the following JavaScript classes to interact with these resources: BlobServiceClient: The BlobServiceClient class allows you to manipulate Azure Storage resources and blob containers. 3VkCrd.