JohnDoeSmith
JohnDoeSmith

Reputation: 5

Azure Devops Release pipeline causing Service Connection Error

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

Upvotes: 0

Views: 1311

Answers (2)

Varun Lokeswaran
Varun Lokeswaran

Reputation: 56

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.

Upvotes: 1

Nilansh
Nilansh

Reputation: 51

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

Upvotes: 0

Related Questions