Skip to content

Commit 4a8052a

Browse files
authored
apply suggestions from PR review
1 parent 1bf1a5e commit 4a8052a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +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 scope is also used throughout the Azure Portal to create views that span across multiple resources, for example:
19+
The resource group scope is also used throughout the Azure portal to create views that span across multiple resources. For example:
2020
- Metrics blade provides metrics information (CPU, resources) to users.
2121
- Deployments blade shows the history of ARM Template or Bicep deployments targeted to that Resource Group (which includes Portal deployments).
2222
- Policy blade provides information related to the policies enforced on the resource group.
2323
- Diagnostics settings blade provides the ability to diagnose errors or review warnings.
2424

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 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.
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.
2626

2727

2828
## Create resource groups

0 commit comments

Comments
 (0)