A company's cloud engineering team is deploying a web application using Azure App Service and Azure SQL Database. The team decides to place all related web resources into a single resource group for easier lifecycle management. The resource group is configured in the East US region. Which of the following is a valid configuration for these resources and their resource group?
- The Azure SQL Database can be deployed to the West US region while remaining in the East US resource group.Answer
- BThe Azure SQL Database must be deployed in the East US region because resources must share the same region as their parent resource group.
- CThe App Service must be deployed inside a nested resource group created within the primary resource group.
- DAny resource tags applied to the East US resource group will automatically propagate to the Azure SQL Database.
Answer
The Azure SQL Database can be deployed to the West US region while remaining in the East US resource group.
The correct option is correct because Azure resources do not need to share the same region as the resource group that contains them. A resource group can contain resources deployed across different geographical regions, as the resource group's location is only used to store deployment metadata.
Step-by-Step Solution
Key Concept
Azure Resource Group boundaries and capabilities
Estimated Time:1m 0s