An administrator is configuring the Azure resource hierarchy for a new project. The project requires deploying virtual machines in the East US region and database instances in the West US region, while grouping them logically for lifecycle management.
Which of the following statements regarding Azure Resource Groups and resources are correct? (Select two.)
- A single resource group can contain resources deployed in different Azure regions.Cevap
- A resource can only belong to one resource group at any given time.Cevap
- CTo organize resources by tier, resource groups can be nested inside other resource groups.
- DAll resources deployed inside a resource group must inherit and use the same Azure region as the resource group's location.
Cevap
A single resource group can contain resources deployed in different Azure regions, and a resource can only belong to one resource group at any given time.
The correct statements are that a single resource group can contain resources deployed in different Azure regions, and a resource can only belong to one resource group at any given time. Resource groups serve as logical containers for resources, allowing you to group resources with similar lifecycles regardless of their physical Azure regions. The resource group's location specifies where metadata is stored for compliance purposes, but does not restrict resource placement. Furthermore, every resource is assigned to exactly one resource group.
Adım Adım Çözüm
Anahtar Kavram
Azure Resource Group scope, boundary, and location independence rules.