创建与 azure 资源管理器的服务连接时出错:azure pipelines

jan*_*jan 3 azure-devops azure-pipelines

使用托管标识的 Azure 资源管理器 - 在尝试添加服务连接时 - 因此我可以使用另一个 azure 云应用服务通过管道进行部署。

我在尝试时收到此错误:

Service connection field 'creationMode' is not expected in Azure Resource Manager connections using the Managed Service Identity authentication scheme. Parameter name: endpoint.Data[creationMode]
Run Code Online (Sandbox Code Playgroud)

我似乎无法弄清楚我能做些什么来避免出现此错误。

以前有人收到过这个。这是一个许可的事情吗?

欢迎任何想法。

小智 11

我在 Azure DevOps 创建到 azure 的服务连接时遇到了同样的错误。

原因是,我首先选择“服务主体”,然后返回并选择“托管身份”。

当我从头开始时,它起作用了。

以防万一有人带着该错误消息到达这里。