A biotechnology company is designing an identity governance and privileged access strategy for its Azure environment.
The company has the following requirements:
- A team of five external data scientists must be granted the Virtual Machine Contributor role on a resource group named RG-Research for a duration of six months.
- The external data scientists must only have access when actively performing work, and all access requests must be logged.
- To prevent tenant lockout, the company must maintain two emergency access accounts that are bypassed by standard security controls.
- All administrative role assignments must adhere to the principle of least privilege and scale efficiently without direct user-to-role mappings.
Which two of the following configuration choices should you recommend to meet the requirements? Select TWO.
- Create a Microsoft Entra ID security group, add the external data scientists to the group, and assign the group as eligible for the Virtual Machine Contributor role in Microsoft Entra Privileged Identity Management (PIM) at the resource group scope.Cevap
- Configure two emergency access accounts, and exclude these accounts from all Microsoft Entra Conditional Access policies that enforce Multi-Factor Authentication (MFA).Cevap
- CAssign the Virtual Machine Contributor role directly to each external data scientist's user account as an active assignment in Microsoft Entra Privileged Identity Management (PIM).
- DEnforce a Conditional Access policy that requires Multi-Factor Authentication (MFA) for all administrative accounts, including the emergency access accounts, to ensure maximum security.