Microsoft
AZ-204 · Question #299
A development team is creating a new REST API. The API will store data in Azure Blob storage. You plan to deploy the API to Azure App Service. Developers must access the Azure Blob storage account…
The correct answer is A. Generate a shared access signature (SAS) for the Azure Blob storage account and provide the. https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
Submitted by akirajp· Mar 30, 2026Implement Azure security
Question
A development team is creating a new REST API. The API will store data in Azure Blob storage. You plan to deploy the API to Azure App Service. Developers must access the Azure Blob storage account to develop the API for the next two months. The Azure Blob storage account must not be accessible by the developers after the two- month time period. You need to grant developers access to the Azure Blob storage account. What should you do?
Options
- AGenerate a shared access signature (SAS) for the Azure Blob storage account and provide the
- BCreate and apply a new lifecycle management policy to include a last accessed date value. Apply
- CProvide all developers with the access key for the Azure Blob storage account. Update the API to
- DGrant all developers access to the Azure Blob storage account by assigning role-based access
How the community answered
(18 responses)- A72% (13)
- B6% (1)
- C17% (3)
- D6% (1)
Explanation
https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
Topics
#shared access signature#Blob storage#time-limited access#storage security
Community Discussion
No community discussion yet for this question.