Azure Devops-管道无权使用引用的服务连接

时间:2020-01-29 19:28:20

标签: azure-devops

在我的Yaml管道中,当我尝试使用服务连接部署到App Service时出现以下错误。

##[error]Pipeline does not have permissions to use the referenced service connection(s) MyServiceConnectionName. For authorization details, refer to https://aka.ms/yamlauthz.

过去,当我遇到类似的身份验证错误时(在初始管道设置过程中),有一个按钮授权管道使用服务连接。该按钮似乎已被删除。

1 个答案:

答案 0 :(得分:0)

现在可以通过使用服务连接安全性页面配置对服务连接的管道权限。 https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml#secure-a-service-connection

enter image description here