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"}

Related questions

0 votes
asked Dec 11, 2021 in Microsoft Azure Administrator by Robindeniel
0 votes
asked Dec 11, 2021 in Microsoft Azure Administrator by Robindeniel
...