简体   繁体   中英

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.

Azure DevOps 中的错误

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM