Skip to content

Commit 4bc2ff1

Browse files
authored
Merge pull request #228768 from tfitzmac/0227rgs
remove links
2 parents 30c7a4a + 6055061 commit 4bc2ff1

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ ms.custom: devx-track-azurecli
1212

1313
Learn how to use Azure CLI with [Azure Resource Manager](overview.md) to manage your Azure resource groups. For managing Azure resources, see [Manage Azure resources by using Azure CLI](manage-resources-cli.md).
1414

15-
Other articles about managing resource groups:
16-
17-
- [Manage Azure resource groups by using the Azure portal](manage-resources-portal.md)
18-
- [Manage Azure resource groups by using Azure PowerShell](manage-resources-powershell.md)
19-
2015
## What is a resource group
2116

2217
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 add 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.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ ms.author: jgao
1010

1111
Learn how to use the [Azure portal](https://portal.azure.com) with [Azure Resource Manager](overview.md) to manage your Azure resource groups. For managing Azure resources, see [Manage Azure resources by using the Azure portal](manage-resources-portal.md).
1212

13-
Other articles about managing resource groups:
14-
15-
- [Manage Azure resource groups by using Azure CLI](manage-resources-cli.md)
16-
- [Manage Azure resource groups by using Azure PowerShell](manage-resources-powershell.md)
17-
1813
[!INCLUDE [Handle personal data](../../../includes/gdpr-intro-sentence.md)]
1914

2015
## What is a resource group

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ ms.custom: devx-track-azurepowershell
1212

1313
Learn how to use Azure PowerShell with [Azure Resource Manager](overview.md) to manage your Azure resource groups. For managing Azure resources, see [Manage Azure resources by using Azure PowerShell](manage-resources-powershell.md).
1414

15-
Other articles about managing resource groups:
16-
17-
- [Manage Azure resource groups by using the Azure portal](manage-resources-portal.md)
18-
- [Manage Azure resource groups by using Azure CLI](manage-resources-cli.md)
19-
2015
## What is a resource group
2116

2217
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 add 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.
@@ -77,7 +72,7 @@ For more information about deploying a Bicep file, see [Deploy resources with Bi
7772

7873
## Lock resource groups
7974

80-
Locking prevents other users in your organization from accidentally deleting or modifying critical resources..
75+
Locking prevents other users in your organization from accidentally deleting or modifying critical resources.
8176

8277
To prevent a resource group and its resources from being deleted, use [New-AzResourceLock](/powershell/module/az.resources/new-azresourcelock).
8378

0 commit comments

Comments
 (0)