Skip to content

Commit 1543785

Browse files
authored
Update manage-resource-groups-portal.md
Azure Administrator certification exam asks about these but they haven't been mentioned anywhere in the doc (some of them are scattered and requires digging). So, I've consolidated and added the following: "The resource group stores metadata about the resources, for example: - Metrics blade provides metrics information (CPU, resources) to users. - Deployments blade shows all the details related to a deployment, such as the name, status, date last modified, etc. - Policy blade provides information related to the policies enforced on the resource group. - Diagnostics settings blade provides the ability to diagnose errors or review warnings. "
1 parent 31b67f3 commit 1543785

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 stores metadata about the resources, for example:
20+
- Metrics blade provides metrics information (CPU, resources) to users.
21+
- Deployments blade shows all the details related to a deployment, such as the name, status, date last modified, etc.
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+
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.
2026

2127

2228
## Create resource groups

0 commit comments

Comments
 (0)