问题描述
我正在尝试在Azure数据工厂上编辑一些内容.
Hi, I am trying to edit few things on Azure Data Factory.
我已获得管理员的授权,可以访问Azure门户上的Azure Factory页面,并获取我需要编辑的管道.但是,每当我进行编辑并尝试发布它们时.我收到如下所示的403错误:
I have authorization from the admins, and can access the Azure Factory page on the Azure portal, and get the pipe lines I need to edit. However, whenever I make my edits, and try to publish them. I get the 403 error like below:
发布时出错:https://management.azure.com/subscriptions/的Http错误响应????/resourcegroups/?????/providers/Microsoft.Resources/deployments/?????? api-version = 2017-05-10: 403禁止
Error while publishing: Http failure response for https://management.azure.com/subscriptions/????/resourcegroups/?????/providers/Microsoft.Resources/deployments/??????api-version=2017-05-10: 403 Forbidden
我输入"???";在公司信息上.看来这是一个权限错误,但是我可以查看和编辑数据工厂.发布更改需要其他权限吗?
I put "???" on the company information. It seems like this is a permission error, but I am allowed to see and edit the data factory. Is there any other permission I need for publishing changes?
推荐答案
以下是ADF权限的概述:
Here is an overview of ADF permissions:
https://docs.microsoft.com/en-us/azure /data-factory/concepts-roles-permissions
该文档描述了内置的Data Factory Contributor角色,该角色应使您可以访问发布更改.以下是数据工厂贡献者"角色中包含的细化权限:
This documentation describes the built-in Data Factory Contributor role which should give you access to publish changes. Here are the granular permissions contained in the Data Factory Contributor role:
您可以创建一个自定义角色,这是Data Factory资源提供程序的所有可用操作:
You could create a custom role, here are all the available operations for the Data Factory resource provider:
请记住,明确拒绝将始终优先于任何允许权限.确保检查您的权限链中是否有任何明确的拒绝.
Remember, explicit denies will always take priority over any allow permissions. Make sure to check if there are any explicit denies in your permissions chain.
这篇关于即使有适当的授权也会发布错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!