A financial services company is planning the governance, security, and resource management structure for a new application. The deployment consists of database servers hosted on Azure Virtual Machines (IaaS) and a web frontend hosted on Azure App Service (PaaS).
The IT department proposes the following configuration:
1. Group all application resources into a single Resource Group located in the East US region, even though some data compliance laws require the database virtual machines to reside in West Europe.
2. Delegate all operating system patching and middleware configuration tasks to Microsoft for both the database Virtual Machines and the App Service instances.
3. Nest separate sub-resource groups inside the main Resource Group to isolate production and non-production environments.
Which of the following statements correctly evaluates the feasibility and compliance of this proposed configuration?
- Deploying West Europe resources in the East US resource group is allowed, nesting resource groups is not supported, and operating system patching is the customer's responsibility only for the Virtual Machines.Answer
- BDeploying West Europe resources in the East US resource group is blocked because resources must inherit their resource group's location, and operating system patching is the customer's responsibility for both services.
- CDeploying West Europe resources in the East US resource group is allowed, nesting resource groups is supported for environment isolation, and operating system patching is Microsoft's responsibility for both services.
- DDeploying West Europe resources in the East US resource group is blocked because resources must inherit their resource group's location, nesting resource groups is not supported, and operating system patching is Microsoft's responsibility for both services.