An organization is restructuring its Azure environment to comply with new corporate policies. The current resource hierarchy and setup are as follows:
- A parent management group named Corp-MG contains two subscriptions: Sub-Production and Sub-Testing.
- Sub-Production contains a resource group named RG-App located in the West US region.
- RG-App contains a virtual machine named VM-Web deployed in the East US region.
An administrator is tasked with planning the following three actions:
1. Apply a tag to the resource group RG-App and have it automatically apply to VM-Web for billing categorization.
2. Move the virtual machine VM-Web from RG-App in Sub-Production to a new resource group in Sub-Testing while keeping the virtual machine running in the East US region.
3. Create a new resource group named RG-Database inside the existing RG-App resource group to group database resources.
Which of the administrative actions are supported in Azure?
- AOnly action 1 and action 2 are supported.
- Only action 2 is supported.Cevap
- COnly action 2 and action 3 are supported.
- DNone of the actions are supported because a virtual machine must be redeployed to the region of the target subscription when moved.