Sunday, 22 August 2021

Replace Tag in Azure Resource Using Update-AzTag

Replace Tag in Azure Resource using Update-AzTag ```powershell $tags = @{"Dept"="Sales"; "Status"="High"} # Replace tags Update-AzTag -ResourceId $resource.id -Tag $tags -Operation Replace ```| https://youtu.be/0GJ27K3CWXA| Full Stack Master

No comments:

Post a Comment