0 votes
in Microsoft Azure Administrator by
How to tag the resources using a command?

1 Answer

0 votes
by

You should use the below command lets to tag the resources.

Set-AzureRmResourceGroup -Name "Azure4you.com" -Tag @{Department="IT"}

...