Sunday, 8 August 2021

Delete Tag in Azure Resource

Delete Tag in Azure Resource using Update-AzTag -Operation Delete To remove all tags from your Azure subscription, use the [Remove-AzTag](https://ift.tt/2VzLWEg) command. ```powershell # Get subscription by it's name $subscription = (Get-AzSubscription -SubscriptionName "Example Subscription").Id # Remove the tags Remove-AzTag -ResourceId "/subscriptions/$subscription" ```| https://youtu.be/2211KACFlmw| Full Stack Master

No comments:

Post a Comment