0
votes

I am attempting to create a release pipeline in Azure devops to deploy an api.

When I attempt to authorize the deployment stage, I get the error below. Doesn't have any information that really helps to solve. Any advice is appreciated. I am the Owner on the subscription.

Error in Azure devops

2

2 Answers

1
votes

You could probably try navigating to the Project settings -> Service Connections -> New Service Connection -> Azure Resource Manager and create a service principle based connection from there. This looks more like an internal application error to me since Azure DevOps hasn't given any error details to use for troubleshooting.

If that doesn't work either than you can try manually creating a service principle from Azure and setting the credentials in Azure DevOps for connecting to ARM. But keep this one for the worst case.

0
votes

You should try providing all the details regarding the Azure subscription you're trying to connect to and then link service principal. You can do that by clicking "connect to Azure" being displayed in blue colour inside the error message