A manufacturing corporation uses an Azure Storage account to store telemetry logs from industrial IoT devices. You are designing a security and access control strategy that meets the following requirements:
1. External maintenance technicians require read-only access to a specific blob container for a 24-hour maintenance window.
2. The access must be immediately revocable at any time without rotating the storage account access keys or impacting other active applications.
3. Internal security administrators responsible for configuring storage access must use Microsoft Entra Privileged Identity Management (PIM) to activate their privileges on a just-in-time (JIT) basis.
4. All administrative assignments and roles must be scalable and avoid direct assignment to individual user identities.
Which of the following designs should you recommend?
- AGenerate an ad-hoc service Shared Access Signature (SAS) token with a 24-hour expiration window for the external technicians. For the internal administrators, create a Microsoft Entra ID security group, assign the Storage Blob Data Owner role to this group, and configure the administrators as eligible members of the group in PIM.
- BConfigure a Stored Access Policy on the blob container and generate a service Shared Access Signature (SAS) token linked to this policy for the external technicians. For the internal administrators, configure them as eligible for the Storage Blob Data Owner role directly assigned to their individual user accounts in PIM.
- Configure a Stored Access Policy on the blob container and generate a service Shared Access Signature (SAS) token linked to this policy for the external technicians. For the internal administrators, create a Microsoft Entra ID security group, assign the Storage Blob Data Owner role to this group, and configure the administrators as eligible members of the group in PIM.Cevap
- DConfigure a Stored Access Policy on the blob container and generate a service Shared Access Signature (SAS) token linked to this policy for the external technicians. For the internal administrators, create a Microsoft Entra ID security group, assign the Storage Blob Data Owner role to this group, and configure the administrators as active members of the group in PIM.