Microsoft Azure Administrator Associate AZ-104 Practice Question
Your company needs to grant temporary access to external users to download blobs from a private container in Azure Blob Storage. The access should be time-limited and should be possible to revoke without regenerating the storage account keys or affecting other users. What is the best method to achieve this?
Generate shared access signatures (SAS) tied to a stored access policy.
Generate ad-hoc shared access signatures (SAS) for the blobs.
Enable anonymous access on the storage account.
Set the container's public access level to 'Blob'.