Skip to content

Commit 235efe7

Browse files
committed
Update
1 parent 7c0b2eb commit 235efe7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/data-factory/connector-azure-file-storage.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The Azure Files connector supports the following authentication types. See the c
7373

7474
- [Account key authentication](#account-key-authentication)
7575
- [Shared access signature authentication](#shared-access-signature-authentication)
76-
- [System-assigned managed identity authentication](#managed-identity)
76+
- [System-assigned managed identity authentication](#system-assigned-managed-identity-authentication)
7777
- [User-assigned managed identity authentication](#user-assigned-managed-identity-authentication)
7878

7979
>[!NOTE]
@@ -206,13 +206,13 @@ The service supports the following properties for using shared access signature
206206

207207
### System-assigned managed identity authentication
208208

209-
A data factory or Synapse pipeline can be associated with a [system-assigned managed identity for Azure resources](data-factory-service-identity.md#system-assigned-managed-identity), which represents that resource for authentication to other Azure services. You can use this system-assigned managed identity for Azure Files authentication. To learn more about managed identities for Azure resources, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
209+
A data factory or Synapse pipeline can be associated with a [system-assigned managed identity for Azure resources](data-factory-service-identity.md#system-assigned-managed-identity), which represents that resource for authentication to other Azure services. You can use this system-assigned managed identity for Azure Files authentication. To learn more about managed identities for Azure resources, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
210210

211211
To use system-assigned managed identity authentication, follow these steps:
212212

213213
1. [Retrieve system-assigned managed identity information](data-factory-service-identity.md#retrieve-managed-identity) by copying the value of the system-assigned managed identity object ID generated along with your factory or Synapse workspace.
214214

215-
2. Grant the managed identity permission in Azure Files. For more information on the roles, see [Use the Azure portal to assign an Azure role for access to blob and queue data](../role-based-access-control/built-in-roles/storage.md#storage-file-data-smb-share-reader).
215+
2. Grant the managed identity permission in Azure Files. For more information on the roles, see this [article](../role-based-access-control/built-in-roles/storage.md#storage-file-data-smb-share-reader).
216216

217217
- **As source**, in **Access control (IAM)**, grant at least the **Storage File Data SMB Share Reader** role.
218218
- **As sink**, in **Access control (IAM)**, grant at least the **Storage File Data SMB Share Contributor** role.
@@ -225,6 +225,9 @@ These properties are supported for an Azure Files linked service:
225225
| serviceEndpoint | Specify the Azure Files service endpoint with the pattern of `https://<accountName>.file.core.windows.net/`. | Yes |
226226
| fileShare | Specify the file share. | Yes |
227227

228+
>[!NOTE]
229+
>System-assigned managed identity authentication is only supported by Azure integration runtime.
230+
228231
**Example:**
229232

230233
```json
@@ -242,7 +245,7 @@ These properties are supported for an Azure Files linked service:
242245

243246
### User-assigned managed identity authentication
244247

245-
A data factory can be assigned with one or multiple [user-assigned managed identities](data-factory-service-identity.md#user-assigned-managed-identity). You can use this user-assigned managed identity for Azure Files authentication, which allows to access and copy data from or to Azure Files. To learn more about managed identities for Azure resources, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
248+
A data factory can be assigned with one or multiple [user-assigned managed identities](data-factory-service-identity.md#user-assigned-managed-identity). You can use this user-assigned managed identity for Azure Files authentication, which allows to access and copy data from or to Azure Files. To learn more about managed identities for Azure resources, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
246249

247250
To use user-assigned managed identity authentication, follow these steps:
248251

0 commit comments

Comments
 (0)