Microsoft Azure Administrator Associate AZ-104 Practice Question
An application requires access to data stored in an Azure storage account. As an Azure Administrator, you need to grant this access in a secure manner without sharing the storage account's access keys. What is the BEST way to achieve this?
Use a Shared Access Signature (SAS) token to grant access.
Store the access keys in Azure Key Vault and allow the application to retrieve them.
Enable Azure Entra ID authentication for the storage account and assign appropriate permissions to the application.
Provide the application with the storage account's access keys.