I have Contributor
permissions on an Azure Subscription, but I'm unable to create a Service Principal.
I get hit with the error
ServicePrincipalsClient.BaseClient.Post(): unexpected status 403 with OData error: Authorization_RequestDenied: When using this permission, the backing application of the service principal being
│ created must in the local tenant
The documentation says that in order to complete the task of registering an app and subsequently creating a Service Principal, I would require the Application.ReadWrite.All
permission, however I can't seem to find this role anywhere and I'm wondering if it might have been renamed, or if I'm just doing the wrong thing altogether.
Does anyone know what permissions are required to create a Service Principal?