Applies to Product - Microsoft Dataverse
What’s happening?
The customer is encountering an error stating that the system cannot resolve the AAD authority for a specific Power Platform API endpoint during authentication in an Azure Pipeline task.
Reason:
This may be caused by the service principal (SP) being unable to connect to the specified endpoint.
Resolution:
- Verify the service principal's permissions and ensure it has access to the required endpoint.
- Check the configuration of the Azure Pipeline task to ensure that the authentication type and parameters are correctly set.
- Refer to the discussion on GitHub for similar issues and potential solutions: https://github.com/microsoft/powerplatform-build-tools/discussions/564.
- Review the documentation for the Power Platform build tool tasks for additional guidance: https://learn.microsoft.com/en-us/power-platform/alm/devops-build-tool-tasks.
