Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 4, 2019 06:08
Show Gist options
  • Save kasunkv/8a081a8d31ba9b2db63d1cf4d91b162f to your computer and use it in GitHub Desktop.
Save kasunkv/8a081a8d31ba9b2db63d1cf4d91b162f to your computer and use it in GitHub Desktop.
Update/Add New Azure Resource Tags.
$tags = (Get-AzureRmResourceGroup -Name "Tags-DEV-Web").Tags
$tags.Add("Owner", "John Smith")
Set-AzureRmResourceGroup -Tag $tags -Name "Tags-DEV-Web"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment