A retail company is preparing to deploy an online inventory system in Azure. To organize their resources, the administrator attempts to create a resource group named `rg-retail-inventory` and plans to create a sub-resource group named `rg-inventory-database` inside it to isolate the database resources. What will be the outcome of this deployment plan?
- The deployment plan will fail because Azure resource groups cannot contain other resource groups.Cevap
- BThe sub-resource group will be created successfully because Azure allows nesting resource groups up to three levels deep.
- CThe deployment will succeed only if the sub-resource group is created in the same Azure region as the parent resource group.
- DThe deployment will succeed, and the sub-resource group will automatically inherit all resource tags from the parent resource group.
Cevap
The deployment plan will fail because Azure resource groups cannot contain other resource groups.
The correct answer is that the deployment plan will fail because Azure resource groups cannot contain other resource groups. All resource groups in an Azure subscription exist at the same level and cannot be nested.
Adım Adım Çözüm
Anahtar Kavram
Azure resource groups are flat logical containers and cannot be nested.