A manufacturing company is designing a storage solution for archiving smart factory telemetry files in an Azure Blob Storage container. The solution must meet the following security and administrative requirements:
- Internal data analysts must have read access to the container. Access permissions must scale automatically when analysts join or leave the organization without modifying individual resource permissions.
- External manufacturing partners require read access to specific telemetry files for a maximum duration of 8 hours. The company must be able to immediately revoke this access at any time without rotating the primary or secondary storage account keys.
- Storage administrators must only obtain permission to manage the storage account settings on-demand after an approval process, and the permission must automatically expire after 2 hours.
Which combination of security controls should you recommend to meet these requirements?
- Assign the Storage Blob Data Reader role to a Microsoft Entra ID security group containing the data analysts. Use a Stored Access Policy on the container to generate Shared Access Signatures (SAS) for the external partners. Configure eligible role assignments in Microsoft Entra Privileged Identity Management (PIM) for the administrators.Cevap
- BAssign the Storage Blob Data Reader role directly to each data analyst's user account in Microsoft Entra ID. Use a Stored Access Policy on the container to generate Shared Access Signatures (SAS) for the external partners. Configure eligible role assignments in Microsoft Entra Privileged Identity Management (PIM) for the administrators.
- CAssign the Storage Blob Data Reader role to a Microsoft Entra ID security group containing the data analysts. Use a Stored Access Policy on the container to generate Shared Access Signatures (SAS) for the external partners. Configure active role assignments in Microsoft Entra Privileged Identity Management (PIM) for the administrators.
- DAssign the Storage Blob Data Reader role to a Microsoft Entra ID security group containing the data analysts. Generate ad-hoc Shared Access Signatures (SAS) with an 8-hour expiration for the external partners without using a stored access policy. Configure eligible role assignments in Microsoft Entra Privileged Identity Management (PIM) for the administrators.