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/connector-azure-cosmos-db.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
8
8
ms.subservice: data-movement
9
9
ms.topic: conceptual
10
10
ms.custom: synapse
11
-
ms.date: 01/05/2024
11
+
ms.date: 07/23/2024
12
12
---
13
13
14
14
# Copy and transform data in Azure Cosmos DB for NoSQL by using Azure Data Factory
@@ -262,9 +262,6 @@ These properties are supported for the linked service:
262
262
```
263
263
### User-assigned managed identity authentication
264
264
265
-
>[!NOTE]
266
-
>Currently, the user-assigned managed identity authentication is not supported in data flow.
267
-
268
265
A data factory or Synapse pipeline can be associated with a [user-assigned managed identities](data-factory-service-identity.md#user-assigned-managed-identity), which represents this specific service instance. You can directly use this managed identity for Azure Cosmos DB authentication, similar to using your own service principal. It allows this designated resource to access and copy data to or from your Azure Cosmos DB instance.
269
266
270
267
To use user-assigned managed identities for Azure resource authentication, follow these steps.
@@ -282,6 +279,9 @@ These properties are supported for the linked service:
282
279
| database | Specify the name of the database. | Yes |
283
280
| credentials | Specify the user-assigned managed identity as the credential object. | Yes |
284
281
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use the Azure integration runtime or a self-hosted integration runtime if your data store is in a private network. If not specified, the default Azure integration runtime is used. |No |
282
+
| subscriptionId | Specify the subscription id for the Azure Cosmos DB instance | No for Copy Activity, Yes for Mapping Data Flow |
283
+
| tenantId | Specify the tenant id for the Azure Cosmos DB instance | No for Copy Activity, Yes for Mapping Data Flow |
284
+
| resourceGroup | Specify the resource group name for the Azure Cosmos DB instance | No for Copy Activity, Yes for Mapping Data Flow |
285
285
286
286
**Example:**
287
287
@@ -296,7 +296,10 @@ These properties are supported for the linked service:
0 commit comments