Microsoft Azure Blob Storage Permissions
Concepts
Minimal Configuration
Getting Credentials to Storage Account
az storage account keys list \
--resource-group ${RESOURCE_GROUP} \
--account-name ${STORAGE_ACCOUNT} \
--query "[].{Key:keyName, Value:value}" \
--output tableLast updated
Was this helpful?

