An organization has an Azure environment with a Management Group hierarchy where a parent Management Group named Corp-MG contains two subscriptions: Sub-Prod and Sub-Dev.
An administrator must design a deployment for a new application. The deployment must meet the following requirements:
1. The application's database and web server resources must be managed together as a single lifecycle unit.
2. The database must be physically located in the West US region, and the web server must be physically located in the East US region.
3. A security compliance policy must be applied at a level that automatically enforces compliance across both the Sub-Prod and Sub-Dev subscriptions.
Which configuration should the administrator implement to meet these requirements?
- AApply the security policy at the Sub-Prod subscription level. Create a single resource group in Sub-Prod, and deploy both the database and the web server to the East US region.
- Apply the security policy at the Corp-MG level. Create a single resource group in the Sub-Prod subscription, and deploy the web server to East US and the database to West US within that resource group.Answer
- CApply the security policy at the Corp-MG level. Create a parent resource group in East US for the web server, and nest a child resource group in West US for the database inside it.
- DApply the security policy at the Corp-MG level. Create one resource group in East US for the web server and a separate resource group in West US for the database, because resources must reside in a resource group located in the same region.