Microsoft Azure Administrator Associate AZ-104 Practice Question
As an Azure Administrator, you need to provide temporary read access to a blob container for a set of clients. You also want the ability to revoke that access immediately if needed, without regenerating the storage account keys. What should you configure to meet these requirements?
Generate a SAS token with an expiration time directly on the blob container
Enable anonymous access on the blob container
Create a shared access signature (SAS) with a stored access policy on the blob container
Use Azure Key Vault to manage keys for the blob container