Microsoft Azure Administrator Associate AZ-104 Practice Question
You are an Azure Administrator responsible for securing an Azure storage account that is accessed by multiple applications. You want to minimize the risk associated with storage account key exposure while allowing applications to access the storage resources. What should you do to achieve this?
Regenerate the storage account keys every week and distribute the new keys to applications.
Use Shared Access Signatures (SAS) for applications to access the storage account instead of using the account keys.
Store the storage account keys in Azure Key Vault and configure applications to retrieve the keys from Key Vault.
Disable one of the storage account keys to limit access to the storage account.