A logistics enterprise is designing a secure storage solution for external supplier invoices stored in an Azure Blob Storage container named supplierinvoices within a storage account named logisticsdata. The solution must satisfy the following security and operational requirements:
- External auditors require read access to the container for a temporary 14-day audit window. The access must be immediately revocable at any time during the audit without affecting other applications or rotating the storage account access keys.
- Internal financial analysts require read and write access to the container. They must obtain access only on-demand and for a limited duration, utilizing administrative self-service activation. The administration of access must scale efficiently without managing individual user permissions.
Which two actions should you include in the design to meet the requirements?
- Configure a stored access policy on the supplierinvoices container and generate a service shared access signature (SAS) token associated with this policy for the external auditors.Cevap
- In Microsoft Entra Privileged Identity Management (PIM) for groups, assign the Storage Blob Data Contributor role as eligible to a Microsoft Entra ID security group containing the financial analysts.Cevap
- CGenerate an ad-hoc service shared access signature (SAS) token with a 14-day expiration time directly for the external auditors.
- DDirectly assign the Storage Blob Data Contributor role to each individual financial analyst's user account in the Azure portal.
- EIn Microsoft Entra Privileged Identity Management (PIM), assign the Storage Blob Data Contributor role as active to the Microsoft Entra ID security group containing the financial analysts.