Sunday, 15 August 2021

Merge Tag in Azure Resource using Update-AzTag

Learn how you can Merge new Tag in Azure Resource ```powershell $tags = @{"Location"="Canada"} # Merge Tag Update-AzTag -ResourceId $resource.id -Tag $tags -Operation Merge ```| https://youtu.be/8vtnn1ZacNg| Full Stack Master

No comments:

Post a Comment