Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 4, 2019 12:32
Show Gist options
  • Save kasunkv/908323bf4d2e60895c42011b76054687 to your computer and use it in GitHub Desktop.
Save kasunkv/908323bf4d2e60895c42011b76054687 to your computer and use it in GitHub Desktop.
Add Tags to Azure Resource using Azure CLI
# Add tag to any other supported Azure Resource
az resource tag --tags Owner="Kasun Kodagoda" --resource-group "Tags-PRD-Web" --name kvktagsprdweb --resource-type "Microsoft.Web/sites"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment