Created
January 4, 2019 06:02
-
-
Save kasunkv/c3ae3b033e3fb0e51b5a6785be3c8083 to your computer and use it in GitHub Desktop.
Create Azure Resource Tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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