A software development company is designing a security and access control strategy for an Azure Storage account named devlogs. You must design a solution that meets the following requirements:
1. A team of five internal security auditors must be granted temporary access to read audit logs in a specific blob container for 90 days. The solution must support immediate revocation of this access.
2. A database administrator must be able to manage the storage account configurations, but only when actively performing scheduled maintenance tasks. This administrative access must not be permanently active.
3. Access configuration must follow the principle of least privilege and minimize administrative overhead.
Which two actions should you include in the design?
- Configure a Microsoft Entra Privileged Identity Management (PIM) eligible role assignment for the database administrator.Answer
- Create a stored access policy on the container, and generate a service shared access signature (SAS) token associated with the policy.Answer
- CConfigure a Microsoft Entra Privileged Identity Management (PIM) active role assignment for the database administrator.
- DGenerate an ad-hoc service shared access signature (SAS) token on the container with a validity period of 90 days.
- EAssign the Storage Blob Data Reader role directly to each of the five security auditor user accounts.