Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Last active January 4, 2019 12:32
Show Gist options
  • Save kasunkv/e3cd003cbeb05ac7a13b969930387329 to your computer and use it in GitHub Desktop.
Save kasunkv/e3cd003cbeb05ac7a13b969930387329 to your computer and use it in GitHub Desktop.
Add Tags using Azure CLI
# Add tag to Azure Resource Group
az group update --name "Tags-PRD-Web" --set tags.Department=Operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment