An enterprise is planning to restructure its Azure environment to support a new multi-region web application. The design requires deploying database resources in the East US region and web servers in the West US region, while keeping them under a unified governance and billing structure. To meet these requirements while adhering to Azure architecture rules, which of the following statements are correct? Select two.
- Resources deployed in different Azure regions can be placed within the same resource group.Cevap
- Azure subscriptions can be organized into management groups to apply governance policies that inherit down to all resources.Cevap
- CA resource group containing database resources can be nested inside a parent resource group containing web application resources to inherit access permissions.
- DAny Azure resource added to a resource group must be deployed in the same geographical region as that resource group to ensure metadata compliance.
Cevap
Resources deployed in different Azure regions can be placed within the same resource group, and Azure subscriptions can be organized into management groups to apply governance policies that inherit down to all resources.
The correct statements describe two fundamental rules of Azure architecture. First, a resource group is a logical container, and its resources can reside in different Azure regions than the group itself. Second, management groups are designed to group subscriptions and apply unified governance policies that inherit down the hierarchy to all resources.
Adım Adım Çözüm
Anahtar Kavram
Azure resource hierarchy, including resource group region independence, non-nesting rules, and management group policy inheritance.