Skip to content

Commit 88ee94e

Browse files
committed
fixes MicrosoftDocs/azure-docs#31777
1 parent 6419ecf commit 88ee94e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/azure-resource-manager/resource-group-overview.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
title: Azure Resource Manager Overview | Microsoft Docs
33
description: Describes how to use Azure Resource Manager for deployment, management, and access control of resources on Azure.
44
services: azure-resource-manager
5-
documentationcenter: na
65
author: tfitzmac
7-
86
ms.assetid: 76df7de1-1d3b-436e-9b44-e1b3766b3961
97
ms.service: azure-resource-manager
10-
ms.devlang: na
118
ms.topic: overview
12-
ms.tgt_pltfrm: na
13-
ms.workload: na
149
ms.date: 05/31/2019
1510
ms.author: tomfitz
1611

@@ -53,7 +48,7 @@ Azure provides four levels of scope: [management groups](../governance/managemen
5348

5449
![Scope](./media/resource-group-overview/scope-levels.png)
5550

56-
You apply management settings at any of these levels of scope. The level you select determines how widely the setting is applied. Lower levels inherit settings from higher levels. For example, when you apply a [policy](../governance/policy/overview.md) to the subscription, the policy is applied to all resource groups and resources in your subscription. When you apply a policy on the resource group, that policy is applied the resource group and all its resources. However, another resource group does not have that policy assignment.
51+
You apply management settings at any of these levels of scope. The level you select determines how widely the setting is applied. Lower levels inherit settings from higher levels. For example, when you apply a [policy](../governance/policy/overview.md) to the subscription, the policy is applied to all resource groups and resources in your subscription. When you apply a policy on the resource group, that policy is applied the resource group and all its resources. However, another resource group doesn't have that policy assignment.
5752

5853
You can deploy templates to management groups, subscriptions, or resource groups.
5954

@@ -83,7 +78,7 @@ There are some important factors to consider when defining your resource group:
8378

8479
When creating a resource group, you need to provide a location for that resource group. You may be wondering, "Why does a resource group need a location? And, if the resources can have different locations than the resource group, why does the resource group location matter at all?" The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you're specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.
8580

86-
If the resource group's region is temporarily unavailable, you can't update resources in the resource group because the metadata is unavailable. The resources in other regions will still function as expected, but you can't update them. To minimize risk, locate your resource group and resources in the same region.
81+
If the resource group's region is temporarily unavailable, you can't update resources in the resource group because the metadata is unavailable. The resources in other regions will still function as expected, but you can't update them. For more information about building reliable applications, see [Designing reliable Azure applications](/azure/architecture/reliability/).
8782

8883
## Resource providers
8984

0 commit comments

Comments
 (0)