A pharmaceutical research firm is deploying a multi-region clinical data analysis platform inside a single Microsoft Entra tenant. The platform utilizes multiple Azure subscriptions. You must design an administrative access and resource compliance framework to meet the following requirements:
- A group of external audit partners needs read-only access to a specific resource group containing data processing logs.
- Internal platform engineers need the ability to perform high-privilege operations at the subscription root for ad-hoc emergency troubleshooting, but this access must not be permanently active.
- To maintain security standards, all newly provisioned virtual machines must automatically have the dependency agent installed without blocking deployment or requiring engineer intervention.
Which of the following configurations represents the most appropriate strategy to implement these requirements?
- AGrant Reader permissions directly to each individual auditor's user account at the resource group level. Set up the troubleshooting permissions in Privileged Identity Management (PIM) so the platform engineers are eligible for just-in-time activation. Configure an Azure Policy with the DeployIfNotExists effect to automatically install the dependency agent on new virtual machines.
- Establish a Microsoft Entra ID security group for the audit partners and grant this group Reader permissions at the resource group level. Set up the troubleshooting permissions in Privileged Identity Management (PIM) so the platform engineers are eligible for just-in-time activation. Configure an Azure Policy with the DeployIfNotExists effect to automatically install the dependency agent on new virtual machines.Answer
- CEstablish a Microsoft Entra ID security group for the audit partners and grant this group Reader permissions at the resource group level. Set up the troubleshooting permissions in Privileged Identity Management (PIM) as permanently assigned to the platform engineers without requiring activation. Configure an Azure Policy with the DeployIfNotExists effect to automatically install the dependency agent on new virtual machines.
- DEstablish a Microsoft Entra ID security group for the audit partners and grant this group Reader permissions at the resource group level. Set up the troubleshooting permissions in Privileged Identity Management (PIM) so the platform engineers are eligible for just-in-time activation. Configure an Azure Policy with a Deny effect to prevent the creation of virtual machines that do not have the dependency agent pre-installed.