Reputation: 227
I'm trying to create a release pipeline on Azure DevOps but I got this error message when I select and authorize Azure subcription:
"Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation. Ensure that the user has permissions to create an Azure Active Directory Application."
What specific permission do I need on Azure AD? Owner? or in a Azure DevOps?
Thanks
Upvotes: 2
Views: 1881
Reputation: 9511
I can reproduce your problem on my side.
changing Users can register applications
to Yes
will fix this issue.
Go to azure portal->click Azure Active Direcotory->User settings
Upvotes: 2