An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
Hello!
I just ran into this issue. This had worked before but for me the issue was the first forward slash / after --scopes. So this works:
az role assignment create --assignee <appId> --role Contributor --scope subscriptions/<subscriptionId>
But not:
az role assignment create --assignee <appId> --role Contributor --scope /subscriptions/<subscriptionId>