azure - Azure 数据工厂的 CI/CD - 无法在协作分支中发布

标签 azure continuous-integration azure-data-factory

我们作为成员在客户 Azure 租户中工作,并将 DevOps GIT 集成到 ADF 资源。

我们已成功创建并将更改合并到协作分支,但无法从那里发布到 adf_publish 存储库,因为出现以下错误:

"The client "value" with the id Object "value" is not authorized to perform the action "...Microsoft.Resources / deployments / write" on the scope "... /providers/Microsoft.Resources/deployments/publishing_1585587726090" or the scope is invalid. If access has been granted recently, update the credentials."

可能是什么问题?我已经在协作分支(master)了。

我们帐户的配置是:

数据工厂角色:数据工厂贡献者

DevOps 角色: 贡献者

数据工厂 GIT 存储库安全配置: repo security configuration

最佳答案

您需要成为资源组级别的数据工厂贡献者。

关于azure - Azure 数据工厂的 CI/CD - 无法在协作分支中发布,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60936464/

相关文章:

Azure 设置 AAD 注册应用程序策略

git - 如何在持续集成构建服务器上使用 git

c# - 带有自定义事件的天蓝色数据工厂项目

azure - Azure 数据工厂中的 Azure 集成运行时和自托管集成运行时之间的区别?

azure - 如何将数据源中for_each循环的key传递给资源配置?

json - 在 Azure 数据工厂中处理大型 JSON

c# - 构建后运行自动验收测试的框架?

azure - 使用 Postman 触发 Azure 数据工厂管道

Azure webjobs "invalid container name"间歇性错误

git工作流程: how to integrate and test feature branches without continuous delivery?