Skip to content

Commit 225c3ae

Browse files
committed
Add note
1 parent 702fabf commit 225c3ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ 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 system-assigned 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

@@ -232,6 +232,9 @@ These properties are supported for an Azure Table Storage linked service:
232232
| type | The **type** property must be set to **AzureTableStorage**. | Yes |
233233
| serviceEndpoint | Specify the Azure Table Storage service endpoint with the pattern of `https://<accountName>.table.core.windows.net/`. | Yes |
234234

235+
>[!NOTE]
236+
>System-assigned managed identity authentication is supported only by using the public Azure integration runtime to connect to your Azure Table Storage linked service.
237+
235238
**Example:**
236239

237240
```json

0 commit comments

Comments
 (0)