0

I'm trying to setup release pipeline.

When I add task Azure App Service Deploy and try to authorize, I get an error:

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.

Question is: What privileges do I need to do this operation ?

Screenshot of the error message

Swisstone
  • 6,357
  • 7
  • 21
  • 32
Igor
  • 1
  • 1

1 Answers1

0

Application developer permissions should be adequate, because it grants microsoft.directory/applications/createAsOwner

Create applications in Azure Active Directory. Creator is added as the first owner, and the created object counts against the creator's 250 created objects quota.
Swisstone
  • 6,357
  • 7
  • 21
  • 32