Adeel Aleem

Results 1 comments of Adeel Aleem

We can also use below script to add tag on each resources from resource group: $group = Get-AzResourceGroup "RGBP-Pipeline" if ($null -ne $group.Tags) { $resources = Get-AzResource -ResourceGroupName $group.ResourceGroupName foreach...