gpt4 book ai didi

azure - 使用个人访问 token 部署 Azure Function

转载 作者:行者123 更新时间:2023-12-03 02:35:01 25 4
gpt4 key购买 nike

我已经为我开发的 azure 函数创建了一个发布管道。但是要将工件发布到 azure 资源,有没有一种方法可以通过 PAT 部署它(就像我们将 VSS 扩展发布到市场的方式一样)。因为订阅属于另一个人,但我希望能够部署。如果不是 PAT,当我没有订阅时是否有其他部署方式?谢谢

不知道这是否有意义,因为我对此很陌生:)

最佳答案

您可以通过“Manual mode”中的服务主体使用到 Azure 资源管理器的服务连接。

Manual subscription pipeline. In this mode, you must specify theservice principal you want to use to connect to Azure. The serviceprincipal specifies the resources and the access levels that will beavailable over the connection. Use this approach when you need toconnect to an Azure account using different credentials from those youare currently logged on with in Azure Pipelines or TFS. This is also auseful way to maximize security and limit access.

首先要求订阅的所有者创建一个可以访问订阅的服务主体(应用程序注册),然后只需在 DevOps 中使用适当的方法创建服务连接(项目设置 -> 管道 -> 服务连接)即可服务主体 ID、 key 、订阅 ID、名称等

enter image description here

你可以找到非常好的教程 here

关于azure - 使用个人访问 token 部署 Azure Function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63511855/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com