Skip to content

Commit 702fabf

Browse files
committed
Fix comment
1 parent bef233a commit 702fabf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following sections provide details about properties that are used to define
6767

6868
## Linked service properties
6969

70-
This Azure Table storage connector supports the following authentication types. See the corresponding sections for details.
70+
This Azure Table Storage connector supports the following authentication types. See the corresponding sections for details.
7171

7272
- [Account key authentication](#account-key-authentication)
7373
- [Shared access signature authentication](#shared-access-signature-authentication)
@@ -214,13 +214,13 @@ When you create a shared access signature URI, consider the following points:
214214

215215
### System-assigned managed identity authentication
216216

217-
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 managed identity for Azure Table storage authentication. To learn more about managed identities for Azure resources, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
217+
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 managed identity for Azure Table Storage authentication. To learn more about managed identities for Azure resources, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
218218

219219
To use system-assigned managed identity authentication, follow these steps:
220220

221221
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.
222222

223-
2. Grant the managed identity permission in Azure Table storage. For more information on the roles, see [Use the Azure portal to assign an Azure role for access to blob and queue data](../storage/blobs/assign-azure-role-data-access.md).
223+
2. Grant the managed identity permission in Azure Table Storage. For more information on the roles, see this [article](../role-based-access-control/built-in-roles/storage.md#storage-table-data-contributor).
224224

225225
- **As source**, in **Access control (IAM)**, grant at least the **Storage Table Data Reader** role.
226226
- **As sink**, in **Access control (IAM)**, grant at least the **Storage Table Data Contributor** role.
@@ -252,7 +252,7 @@ A data factory can be assigned with one or multiple [user-assigned managed ident
252252

253253
To use user-assigned managed identity authentication, follow these steps:
254254

255-
1. [Create one or multiple user-assigned managed identities](../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md) and grant permission in Azure Table Storage. For more information on the roles, see [Use the Azure portal to assign an Azure role for access to blob and queue data](../storage/blobs/assign-azure-role-data-access.md).
255+
1. [Create one or multiple user-assigned managed identities](../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md) and grant permission in Azure Table Storage. For more information on the roles, see this [article](../role-based-access-control/built-in-roles/storage.md#storage-table-data-contributor).
256256

257257
- **As source**, in **Access control (IAM)**, grant at least the **Storage Table Data Reader** role.
258258
- **As sink**, in **Access control (IAM)**, grant at least the **Storage Table Data Contributor** role.

0 commit comments

Comments
 (0)