An energy company is designing a security and access control solution for wind turbine telemetry logs stored in an Azure Blob Storage container named telemetry-logs. The solution must meet the following requirements:
- External wind farm maintenance contractors must be granted read-only access to the telemetry-logs container for a maximum of 24 hours.
- You must be able to immediately revoke the contractors' access before the 24-hour window expires, without changing the storage account key or impacting other active access tokens.
- Internal infrastructure engineers must be granted administrative access to manage the storage settings only when performing scheduled maintenance tasks, and their access must be audited and automatically expire.
Which two security controls should you recommend to meet the requirements? (Select two.)
- Create a stored access policy on the telemetry-logs container and generate a Shared Access Signature (SAS) token associated with the policy for the contractors.Answer
- Configure Microsoft Entra Privileged Identity Management (PIM) and assign the infrastructure engineers as eligible for the Storage Account Contributor role.Answer
- CGenerate an ad-hoc container-level Shared Access Signature (SAS) token with a 24-hour expiry time for the contractors.
- DConfigure Microsoft Entra Privileged Identity Management (PIM) and assign the infrastructure engineers as permanently active in the Storage Account Contributor role.
- EAssign the Storage Account Contributor role directly to the individual Entra ID user accounts of the infrastructure engineers.