Can't create a new Azure Data Factory ADF with Contributor role

175 Views Asked by At

In Azure on Subscription level I have **Azure Data Factory Contributor **Role and on the Resource Group I'm the owner. With this permission set I still can't create an Azure Data Factory in the Resource Group. What role/permission do I miss? It looks like after a first creation of ADF with this rol we can create it.. So what is initially needed to create ADF?

Error: error image

add permissions on subscription level, but without any result. Can't ask for Admin rights on subscription. Looking for a minimum permission to create ADF in a Resource Group

2

There are 2 best solutions below

0
Pratik Lad On

Azure Data Factory Contributor Role will just allow you to create and manage child resources for ADF like dataset linked service.

To create Azure data factory instance, you need Owner, Contributor or administrator role at the Azure subscription level to the user with which you are signed in.

enter image description here

For better understanding refer this MS Document

0
Pedro F On

Considering you're an owner of the RG where you're trying to create the ADF resource and looking at the error message, it's worth checking if you have the Data Factory resource provider registered in your subscription. If it isn't, you'll need to register it before being able to create an ADF instance.

Data Factory Resource Provider