From 1543785bee5fee0a6c2bebe2e3d14a5b3c184d39 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:33:04 +0800 Subject: [PATCH 1/4] 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. " --- .../management/manage-resource-groups-portal.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/articles/azure-resource-manager/management/manage-resource-groups-portal.md b/articles/azure-resource-manager/management/manage-resource-groups-portal.md index 52fead9cd4c21..cd2cf65a79dde 100644 --- a/articles/azure-resource-manager/management/manage-resource-groups-portal.md +++ b/articles/azure-resource-manager/management/manage-resource-groups-portal.md @@ -16,7 +16,13 @@ Learn how to use the [Azure portal](https://portal.azure.com) with [Azure Resour 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. -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. +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. + +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. ## Create resource groups From 4b0b223f8d4222ce876563e08304eec9fe9a2b73 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:12:51 +0800 Subject: [PATCH 2/4] Update manage-resource-groups-portal.md Applied the suggestions --- .../management/manage-resource-groups-portal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-resource-manager/management/manage-resource-groups-portal.md b/articles/azure-resource-manager/management/manage-resource-groups-portal.md index cd2cf65a79dde..965b1472358b4 100644 --- a/articles/azure-resource-manager/management/manage-resource-groups-portal.md +++ b/articles/azure-resource-manager/management/manage-resource-groups-portal.md @@ -16,9 +16,9 @@ Learn how to use the [Azure portal](https://portal.azure.com) with [Azure Resour 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. -The resource group stores metadata about the resources, for example: +The resource group scope is also used throughout the Azure Portal to create views that spans across multiple 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. +- Deployments blade shows the history of ARM Template or Bicep deployments targeted to that Resource Group (which includes Portal deployments). - 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. From 1bf1a5ebdbec54ed4f39dfb8a67c41fbec9f80a4 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:06:40 +0800 Subject: [PATCH 3/4] Update manage-resource-groups-portal.md Applied suggestions --- .../management/manage-resource-groups-portal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-resource-manager/management/manage-resource-groups-portal.md b/articles/azure-resource-manager/management/manage-resource-groups-portal.md index 965b1472358b4..438d7d1491ff1 100644 --- a/articles/azure-resource-manager/management/manage-resource-groups-portal.md +++ b/articles/azure-resource-manager/management/manage-resource-groups-portal.md @@ -16,13 +16,13 @@ Learn how to use the [Azure portal](https://portal.azure.com) with [Azure Resour 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. -The resource group scope is also used throughout the Azure Portal to create views that spans across multiple resources, for example: +The resource group scope is also used throughout the Azure Portal to create views that span across multiple resources, for example: - Metrics blade provides metrics information (CPU, resources) to users. - Deployments blade shows the history of ARM Template or Bicep deployments targeted to that Resource Group (which includes Portal deployments). - 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. -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. +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. ## Create resource groups From 4a8052ad5ddff83980d6d67ad17e7dbd392277d1 Mon Sep 17 00:00:00 2001 From: Courtney Wales <62625502+Court72@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:09:05 -0600 Subject: [PATCH 4/4] apply suggestions from PR review --- .../management/manage-resource-groups-portal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-resource-manager/management/manage-resource-groups-portal.md b/articles/azure-resource-manager/management/manage-resource-groups-portal.md index 438d7d1491ff1..902e9c61035bb 100644 --- a/articles/azure-resource-manager/management/manage-resource-groups-portal.md +++ b/articles/azure-resource-manager/management/manage-resource-groups-portal.md @@ -16,13 +16,13 @@ Learn how to use the [Azure portal](https://portal.azure.com) with [Azure Resour 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. -The resource group scope is also used throughout the Azure Portal to create views that span across multiple resources, for example: +The resource group scope is also used throughout the Azure portal to create views that span across multiple resources. For example: - Metrics blade provides metrics information (CPU, resources) to users. - Deployments blade shows the history of ARM Template or Bicep deployments targeted to that Resource Group (which includes Portal deployments). - 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. -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. +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. ## Create resource groups