Forum Discussion
Azure Devops -- Pipeline Issue
It seems the error is related to insufficient permissions in Microsoft Entra (formerly Azure Active Directory). To resolve this, you’ll need to ensure that you have the appropriate permissions to create an application using Microsoft Graph API.
Here are a few steps to check:
Verify permissions: Ensure that your user account has the Application Administrator or Cloud Application Administrator role in Microsoft Entra. These roles are required to create applications.
Check API permissions: If you're using Microsoft Graph API, confirm that your user has the necessary permissions to interact with the API, such as Application.ReadWrite.All or Directory.ReadWrite.All.
Contact your administrator: If you don’t have the right privileges, reach out to the Microsoft Entra (Azure AD) administrator to grant the necessary roles or permissions.
Once you have the proper permissions, try running the operation again.