How to find all the Azure Built-In Roles for Azure RBAC with Azure CLI, PowerShell, Docs, or AzAdvertizer | Jon Gallant

PHOTO EMBED

Mon Apr 25 2022 22:53:59 GMT+0000 (Coordinated Universal Time)

Saved by @iamsingularity #bash

az role definition list --query "sort_by([].{Name:roleName,Id:name}, &Name)" --output table
content_copyCOPY

https://blog.jongallant.com/2020/05/azure-roles/