Skip to content

Commit af7af35

Browse files
Merge pull request #234575 from tfitzmac/0411tags
split tags content
2 parents 32d7542 + 949eee8 commit af7af35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1478
-877
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

0 commit comments

Comments
 (0)