My situation is as follows: I want to create an Azure service principal. But when I try to do it with this command az ad sp create-for-rbac
, I always get the error "Insufficient privileges to complete the operation.
"
Am I correct in assuming this appears because I was invited by a regular user to this subscription?
And in order to expand my privileges do I need to be assigned the administrator role in this subscription?