Skip to content

Commit 6c4ba91

Browse files
committed
On branch tags-for-resources Include a little text about Tags.
modified: resources/doc/guidance-for-tagging-resource.md Signed-off-by: Ed Burns <[email protected]>
1 parent fea8c46 commit 6c4ba91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/doc/guidance-for-tagging-resource.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Guidance on Applying Tags in Solution Templates
33

4+
## What are Tags in this context and why are they useful?
5+
6+
Tags are arbitrary name=value pairs that can be associated with most Azure resources. Azure features such as Azure Policy can use Tags to enforce cloud governance policies. For more about tags, see [Use tags to organize your Azure resources and management hierarchy](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources).
7+
48
## Step 1: Audit Resources Created in the Offer
59

610
To determine the resources that will be created in your offer, use the following commands based on the template type:
@@ -151,4 +155,4 @@ Refer to the WLS PR to apply tags to the resource deployments appropriately.
151155
"Type": "Microsoft.Compute/disks"
152156
}
153157
]
154-
```
158+
```

0 commit comments

Comments
 (0)