Skip to content

Commit 88571fa

Browse files
committed
fix links
1 parent 963a313 commit 88571fa

12 files changed

+12
-12
lines changed

articles/azure-resource-manager/bicep/bicep-functions-scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A common use of the resourceGroup function is to create resources in the same lo
203203
param location string = resourceGroup().location
204204
```
205205

206-
You can also use the resourceGroup function to apply tags from the resource group to a resource. For more information, see [Apply tags from resource group](../management/tag-resources.md#apply-tags-from-resource-group).
206+
You can also use the resourceGroup function to apply tags from the resource group to a resource. For more information, see [Apply tags from resource group](../management/tag-resources-bicep.md#apply-tags-from-resource-group).
207207

208208
## subscription
209209

articles/azure-resource-manager/bicep/resource-declaration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ az provider show \
129129

130130
## Tags
131131

132-
You can apply tags to a resource during deployment. Tags help you logically organize your deployed resources. For examples of the different ways you can specify the tags, see [ARM template tags](../management/tag-resources.md#arm-templates).
132+
You can apply tags to a resource during deployment. Tags help you logically organize your deployed resources. For examples of the different ways you can specify the tags, see [ARM template tags](../management/tag-resources-bicep.md).
133133

134134
## Managed identities for Azure resources
135135

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
127127

128128
## Tag resource groups
129129

130-
You can apply tags to resource groups and resources to logically organize your assets. For information, see [Using tags to organize your Azure resources](tag-resources.md#azure-cli).
130+
You can apply tags to resource groups and resources to logically organize your assets. For information, see [Using tags to organize your Azure resources](tag-resources-cli.md).
131131

132132
## Export resource groups to templates
133133

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For more information, see [Lock resources to prevent unexpected changes](lock-re
8787

8888
## Tag resource groups
8989

90-
You can apply tags to resource groups and resources to logically organize your assets. For information, see [Using tags to organize your Azure resources](tag-resources.md#portal).
90+
You can apply tags to resource groups and resources to logically organize your assets. For information, see [Using tags to organize your Azure resources](tag-resources-portal.md).
9191

9292
## Export resource groups to templates
9393

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
127127

128128
## Tag resource groups
129129

130-
You can apply tags to resource groups and resources to logically organize your assets. For information, see [Using tags to organize your Azure resources](tag-resources.md#powershell).
130+
You can apply tags to resource groups and resources to logically organize your assets. For information, see [Using tags to organize your Azure resources](tag-resources-powershell.md).
131131

132132
## Export resource groups to templates
133133

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
127127

128128
## Tag resources
129129

130-
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources.md#azure-cli).
130+
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-cli.md).
131131

132132
## Manage access to resources
133133

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Tagging helps organizing your resource group and resources logically.
9797
![tag azure resource](./media/manage-resources-portal/manage-azure-resources-portal-tag-resource.png)
9898
3. Specify the tag properties, and then select **Save**.
9999

100-
For information, see [Using tags to organize your Azure resources](tag-resources.md#portal).
100+
For information, see [Using tags to organize your Azure resources](tag-resources-portal.md).
101101

102102
## Monitor resources
103103

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
124124

125125
## Tag resources
126126

127-
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources.md#powershell).
127+
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-powershell.md).
128128

129129
## Manage access to resources
130130

articles/azure-resource-manager/management/tag-resources-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Tag resources, resource groups, and subscriptions with ARM templates
3-
description: Shows how to use Bicep to apply tags to Azure resources.
3+
description: Shows how to use ARM templates to apply tags to Azure resources.
44
ms.topic: conceptual
55
ms.date: 04/11/2023
66
---

articles/azure-resource-manager/management/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
- name: Python
139139
href: tag-resources-python.md
140140
- name: ARM templates
141-
href: tag-resources-temnplates.md
141+
href: tag-resources-templates.md
142142
- name: Bicep
143143
href: tag-resources-bicep.md
144144
- name: Azure Policy definitions - compliance

0 commit comments

Comments
 (0)