Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 4, 2019 06:02
Show Gist options
  • Save kasunkv/c3ae3b033e3fb0e51b5a6785be3c8083 to your computer and use it in GitHub Desktop.
Save kasunkv/c3ae3b033e3fb0e51b5a6785be3c8083 to your computer and use it in GitHub Desktop.
Create Azure Resource Tag
Set-AzureRmResourceGroup -Name "Tags-DEV-Web" -Tag @{ Department = "Development" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment