A financial services firm hosts a critical transactional system on Azure. The system consists of multiple Azure Virtual Machines (IaaS) and an Azure SQL Database (PaaS).
To align with corporate governance policies, the operations team must satisfy the following three requirements:
1. Prevent administrators from deploying any new resources outside the 'East US 2' region.
2. Identify which of the currently running virtual machines are underutilized so they can be shut down or resized to save costs.
3. Prevent the accidental deletion of the production Azure SQL Database by any user, including administrators.
Which combination of Azure services and features should the operations team use to meet these requirements?
- AAzure Role-Based Access Control (RBAC) to restrict deployment regions, Azure Monitor to identify underutilized virtual machines, and Azure Policy to prevent database deletion.
- BAzure Policy to restrict deployment regions, Azure Monitor to identify underutilized virtual machines, and Azure Role-Based Access Control (RBAC) to prevent database deletion.
- Azure Policy to restrict deployment regions, Azure Advisor to identify underutilized virtual machines, and resource locks to prevent database deletion.Cevap
- DAzure Resource Locks to restrict deployment regions, Azure Advisor to identify underutilized virtual machines, and Azure Policy to prevent database deletion.
Cevap
The correct combination requires using Azure Policy to restrict deployment regions, Azure Advisor to identify underutilized virtual machines, and resource locks to prevent database deletion.
The correct option matches the requirements to their respective Azure services: Azure Policy enforces deployment compliance (e.g., allowed locations), Azure Advisor identifies cost-optimization opportunities such as underutilized virtual machines, and resource locks (CanNotDelete) prevent the database from being deleted.
Adım Adım Çözüm
Anahtar Kavram
Azure Management and Governance boundaries including Azure Advisor, Azure Policy, and Resource Locks.
Tahmini Süre:2m 0s