Skip to content

Commit 5af8064

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#410064
Updated line number 14. From: > The tags you apply through a Bicep file overwrite any existing tags. To: > The tags you apply through a Bicep file will replace any existing tags on the resource. If you want to retain existing tags, you need to explicitly include them in the template.
1 parent bc7ae96 commit 5af8064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 09/26/2024
1111
This article describes how to use Bicep to tag resources, resource groups, and subscriptions during deployment. For tag recommendations and limitations, see [Use tags to organize your Azure resources and management hierarchy](tag-resources.md).
1212

1313
> [!NOTE]
14-
> The tags you apply through a Bicep file overwrite any existing tags.
14+
> The tags you apply through a Bicep file will replace any existing tags on the resource. If you want to retain existing tags, you need to explicitly include them in the template.
1515
1616
## Apply values
1717

0 commit comments

Comments
 (0)