Get Storage Account Keys
How to retrieve Azure Storage Account access keys using the Azure CLI.
Use the following Azure CLI command to list the access keys for a specific storage account. You need to provide the resource group name and the storage account name.
1
az storage account keys list --resource-group erste-dev-slack-rg --account-name erstedevstorage
This post is licensed under CC BY 4.0 by the author.