A company needs to grant an external consultancy temporary read-only access to a specific container in an Azure Storage account. The access must be valid for 14 days, and the security team must be able to revoke this access immediately if a security anomaly is detected. Which two security controls should you recommend? (Select two.)
- Create a stored access policy on the blob container.Cevap
- Generate a service Shared Access Signature (SAS) associated with the stored access policy.Cevap
- CGenerate an ad-hoc Shared Access Signature (SAS) with a 14-day expiration.
- DAssign the Storage Blob Data Reader role directly to the individual external consultant accounts.
Cevap
To support immediate revocation and temporary access, you should create a stored access policy on the container and generate a service Shared Access Signature (SAS) associated with that policy.
To satisfy the security and revocation requirements, a stored access policy should be created on the blob container, and a service SAS should be generated that references this policy. This structure allows the administrator to revoke the SAS immediately by deleting or altering the stored access policy on the server side without changing the storage account keys.
Adım Adım Çözüm
Anahtar Kavram
Stored Access Policies for SAS Revocation
Tahmini Süre:1m 0s