Skip to content

Commit 6baea80

Browse files
authored
Merge pull request #103650 from SwathiDhanwada-MSFT/patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs#47367
2 parents 75057fc + 88addb0 commit 6baea80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ To store many values in a single tag, apply a JSON string that represents the va
388388

389389
### Apply tags from resource group
390390

391-
To apply tags from a resource group to a resource, use the [resourceGroup](../templates/template-functions-resource.md#resourcegroup) function. When getting the tag value, use the `tags.[tag-name]` syntax instead of the `tags.tag-name` syntax, because some characters aren't parsed correctly in the dot notation.
391+
To apply tags from a resource group to a resource, use the [resourceGroup](../templates/template-functions-resource.md#resourcegroup) function. When getting the tag value, use the `tags[tag-name]` syntax instead of the `tags.tag-name` syntax, because some characters aren't parsed correctly in the dot notation.
392392

393393
```json
394394
{

0 commit comments

Comments
 (0)