You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/concepts-roles-permissions.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Roles and permissions for Azure Data Factory
3
3
description: Describes the roles and permissions required to create Data Factories and to work with child resources.
4
-
ms.date: 02/13/2025
4
+
ms.date: 07/29/2025
5
5
ms.topic: concept-article
6
6
ms.subservice: security
7
7
author: nabhishek
@@ -14,7 +14,7 @@ ms.author: abnarain
14
14
15
15
Most roles needed for Azure Data Factory are some of the standard [Microsoft Entra built-in roles](/entra/identity/role-based-access-control/permissions-reference): Owner, Contributor, Reader, etc.
16
16
17
-
Though there is one special Azure Data Factory role: **Data Factory Contributor**
17
+
Though there is one special Azure Data Factory role: [**Data Factory Contributor**](#scope-of-the-data-factory-contributor-role)
18
18
19
19
This article explains what permissions are needed to perform actions in Azure Data Factory, what capabilities the **Data Factory Contributor** role has, and how to set up permissions.
20
20
@@ -31,8 +31,6 @@ To view the permissions that you have in the subscription, in the Azure portal,
31
31
> [!NOTE]
32
32
> If you already assigned the **Contributor** role at the **Resource Group** level or above, you do not need the **Data Factory Contributor** role. The [Contributor role](../role-based-access-control/built-in-roles.md#contributor) is a superset role that includes all permissions of the [Data Factory Contributor role](../role-based-access-control/built-in-roles.md#data-factory-contributor).
33
33
34
-
For sample instructions about how to add a user to a Microsoft Entra ID role, see the [Add roles](/entra/identity/role-based-access-control/manage-roles-portal?tabs=admin-center) article.
35
-
36
34
## Permissions to manage permissions within Data Factory
37
35
38
36
To give this access to other users, you need **Data Factory Contributor** permissions on the **Resource Group** that contains the Data Factory.
@@ -93,6 +91,9 @@ Here are a few examples that demonstrate what you can achieve with custom roles:
93
91
94
92
Assign the built-in **contributor** role on the data factory resource for the user. This role lets the user see the resources in the Azure portal, but the user can't access the **Publish** and **Publish All** buttons.
95
93
94
+
## How to assign Microsoft Entra ID roles
95
+
96
+
For sample instructions about how to add a user to a Microsoft Entra ID role, see the [Add roles](/entra/identity/role-based-access-control/manage-roles-portal?tabs=admin-center) article.
0 commit comments