Skip to content

Commit

Permalink
Merge pull request #192 from ElYusubov/development
Browse files Browse the repository at this point in the history
Minor updates to deployment instructions and comments
  • Loading branch information
ElYusubov authored Nov 12, 2024
2 parents 04824e3 + cdf3d7d commit ec8f9b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/19-deploy-tagging-policy-sub.bicep
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// 19-deploy-tagging-policy-sub.bicep

// Set the scope of the deployment
targetScope = 'subscription'

// Change the /subscriptions/xxx-your-subscription-id
param policyDefinitionId string = '/subscriptions/xxx-your-subscription-id'

var policySetName = 'tag-governance-psd'
Expand Down

0 comments on commit ec8f9b3

Please sign in to comment.