An agricultural technology company is planning its governance and resource organization strategy in Microsoft Azure. Which two statements correctly describe how Azure resource groups and resource properties behave? (Select two.)
- Resources placed within a resource group can reside in a different Azure region than the resource group itself.Cevap
- Resource groups cannot be nested inside another resource group.Cevap
- CResources automatically inherit the resource tags applied to their containing resource group.
- DTo create a hierarchical resource structure, developers can nest development resource groups inside a parent production resource group.
Cevap
The two correct statements are that resources within a resource group can reside in a different region than the resource group itself, and resource groups cannot be nested inside one another.
Resources within a resource group can be located in different regions because the resource group location is only used to store metadata. Additionally, resource groups are flat organizational units in Azure and cannot be nested within each other.
Adım Adım Çözüm
Anahtar Kavram
Azure resource groups act as logical containers for resources, allowing regional diversity and offering a flat organization structure without support for nesting or tag inheritance.