An enterprise is designing a subscription governance and access model for a new division. The division will use a dedicated Azure subscription under the corporate management group. You need to design an identity and access management solution that meets the following security and operational guidelines:
* Database administrators (DBAs) must be able to manage Azure SQL databases, but they should only have these privileges when active on-call or working on an assigned incident.
* Auditor accounts must be able to view all resource configurations across the subscription but must not be allowed to modify any settings.
* All administrative privileges must be audit-compliant, scalable, and follow the principle of least privilege.
* Virtual machine deployments must automatically have a monitoring agent installed without requiring manual intervention by developers.
Which of the following configuration options should you include in the design? (Select THREE.)
- Configure a Microsoft Entra ID security group for the database administrators, and assign this group eligible access to the SQL Server Contributor role using Privileged Identity Management (PIM) at the subscription scope.Answer
- Create a Microsoft Entra ID security group for the auditors, and assign this group the Reader role at the subscription scope.Answer
- Assign an Azure Policy definition with the DeployIfNotExists effect at the subscription scope to automatically install the monitoring agent on newly deployed virtual machines.Answer
- DAssign the SQL Server Contributor role directly to individual database administrator user accounts within the subscription to ensure audit logs track individual activity.
- EConfigure the Privileged Identity Management (PIM) assignments for the database administrator security group as permanently active to eliminate login latency during critical database incidents.
- FDeploy an Azure Policy with the Deny effect to block the deployment of any virtual machines that do not contain the monitoring agent configuration in their deployment template.