Skip to content

Commit 53ea1b0

Browse files
authored
Merge pull request #123397 from azarboon/patch-141
Update manage-resource-groups-portal.md
2 parents 4ce11e0 + 4a8052a commit 53ea1b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/azure-resource-manager/management/manage-resource-groups-portal.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ Learn how to use the [Azure portal](https://portal.azure.com) with [Azure Resour
1616

1717
A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group. You decide how you want to allocate resources to resource groups based on what makes the most sense for your organization. Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group.
1818

19-
The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region. Note that resources inside a resource group can be of different regions.
19+
The resource group scope is also used throughout the Azure portal to create views that span across multiple resources. For example:
20+
- Metrics blade provides metrics information (CPU, resources) to users.
21+
- Deployments blade shows the history of ARM Template or Bicep deployments targeted to that Resource Group (which includes Portal deployments).
22+
- Policy blade provides information related to the policies enforced on the resource group.
23+
- Diagnostics settings blade provides the ability to diagnose errors or review warnings.
24+
25+
The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you might need to ensure that your data is stored in a particular region. Note that resources inside a resource group can be of different regions.
2026

2127

2228
## Create resource groups

0 commit comments

Comments
 (0)