Skip to content

Commit 36862e7

Browse files
authored
Update data-factory-service-identity.md
1 parent 5688f56 commit 36862e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/data-factory/data-factory-service-identity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,16 @@ You can find the managed identity information from Azure portal -> your data fac
190190

191191
The managed identity information will also show up when you create linked service, which supports managed identity authentication, like Azure Blob, Azure Data Lake Storage, Azure Key Vault, etc.
192192

193-
To grant permissions, follow these steps. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
193+
To grant permissions for the Data Factory manged identity to your Azure data sources, follow these steps. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
194194

195-
1. Select **Access control (IAM)**.
195+
1. Select **Access control (IAM)** on the Azure portal page for the data source.
196196

197197
1. Select **Add** > **Add role assignment**.
198198

199199
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/role-based-access-control/add-role-assignment-menu-generic.png" alt-text="Screenshot that shows Access control (IAM) page with Add role assignment menu open.":::
200200

201+
1. Select the required role to grant the required access to the data source. This could vary depending on the data source and permissions required there by data factory. For example, if data factory only needs to read from an Azure SQL Server, select the **Reader** role.
202+
201203
1. On the **Members** tab, select **Managed identity**, and then select **Select members**.
202204

203205
1. Select your Azure subscription.

0 commit comments

Comments
 (0)