Microsoft Azure Administrator Associate AZ-104 Practice Question
Your company stores data in Azure Blob Storage. You need to provide a third-party application with temporary read access to a specific blob in one of your containers. The access should be limited to a 1-hour window and should only permit reading the blob. Which method should you use to generate a URL that meets these requirements?
Set the blob's access level to public read access
Generate a service-level SAS token with read permissions
Configure a stored access policy with read permissions
Create an account-level SAS token with read permissions