juanesech
4/15/2020 - 6:48 PM

Check Role Assigment

Check the role assigment for a azure resource given the id and Assigment name

 Get-AzRoleAssignment -Scope $webAppId | where {$_.DisplayName -match "CTP-TaxtobinII-DEV" -or $_.DisplayName -match "IT-TAX_ASKTOBIN_MSP01-Team" }