You are designing the resource hierarchy for a new department in Azure to ensure proper subscription governance. You need to organize the resources from the top-level management structure down to the individual resources in the correct logical order according to Azure's resource hierarchy. Order the steps required to establish this hierarchy and deploy the resources.
- 1Create a child management group under the Tenant Root Group to group resources for the department.
- 2Associate a new or existing Azure subscription with the newly created management group.
- 3Create a resource group within the associated Azure subscription.
- 4Deploy individual resources, such as virtual machines or storage accounts, into the resource group.
Cevap
The correct sequence of steps to establish the resource hierarchy and deploy resources is: first, create a child management group under the Tenant Root Group; second, associate an Azure subscription with the management group; third, create a resource group within that subscription; and finally, deploy individual resources into the resource group.
The correct order follows Azure's resource hierarchy from top to bottom: Management Groups, Subscriptions, Resource Groups, and Resources. You start by creating a management group under the Tenant Root Group, then link the subscription to it, create a resource group in that subscription, and finally deploy the resources inside the resource group.
Adım Adım Çözüm
Anahtar Kavram
Azure Resource Hierarchy and Governance Scope