A healthcare organization is migrating an on-premises Electronic Health Record (EHR) system to Azure. The design requires configuring secure access to an Azure Storage account named ehrdata that contains sensitive patient medical images in a blob container.
The solution must meet the following security requirements:
- External partner radiologists must be granted temporary read-only access to the blob container for 7 days. This access must be immediately revocable at any time before the 7 days expire.
- Internal compliance auditors require access to review the data, and the configuration must enforce scalable access control using identity best practices.
- Security administrators must be able to rotate storage keys, but only during scheduled audit windows, requiring manager approval before they can perform this action.
Which three actions should you include in the storage security and access control design? (Select three.)
- Create a Stored Access Policy on the destination container, and generate a Shared Access Signature (SAS) token associated with that policy for the external radiologists.Cevap
- BGenerate an ad-hoc Shared Access Signature (SAS) token directly on the container with a validity of 7 days for the external radiologists.
- Assign the Storage Blob Data Reader role to a Microsoft Entra ID security group containing the internal auditors.Cevap
- DAssign the Storage Blob Data Reader role directly to the individual user accounts of each internal compliance auditor.
- Configure Microsoft Entra Privileged Identity Management (PIM) to make the security administrators eligible for the Storage Account Key Operator Service Role, requiring approval to activate.Cevap
- FConfigure Microsoft Entra Privileged Identity Management (PIM) to assign the Storage Account Key Operator Service Role as active to the security administrators.