An enterprise is designing a secure storage solution on Azure to hold sensitive transaction logs in a Blob Storage container. The logs contain highly confidential financial records. You need to design the access control strategy to meet the following security requirements:
- A team of external auditors must be granted temporary read access to the logs for a maximum duration of 4 hours per session, and this access must be immediately revocable in the event of a suspected security breach.
- A team of internal storage administrators requires privileged access to manage the storage container, but their permissions must not be permanently active and must require activation through Microsoft Entra Privileged Identity Management (PIM).
- Permissions must be managed at scale, avoiding direct assignment of role privileges to individual user identities.
Which two actions should you recommend to meet these requirements? (Select TWO.)
- Configure a stored access policy on the blob container, and generate Shared Access Signature (SAS) tokens associated with this policy for the external auditors.Answer
- Create a Microsoft Entra ID security group, assign the Storage Blob Data Reader role to the group, and configure Privileged Identity Management (PIM) for Groups to make the storage administrators eligible for the group.Answer
- CAssign the Storage Blob Data Reader role directly to each administrator's Microsoft Entra ID user account, and configure the PIM assignments as active.
- DGenerate ad-hoc Shared Access Signature (SAS) tokens with a 4-hour expiration time directly in the URI for the external auditors without using a stored access policy.