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
>Currently, the system-assigned managed identity authentication is not supported in data flow.
225
+
>Currently, the system-assigned managed identity authentication is supported in data flows through the use of advanced properties in JSON format.
226
226
227
227
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 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.
228
228
@@ -240,6 +240,9 @@ These properties are supported for the linked service:
240
240
| accountEndpoint | Specify the account endpoint URL for the Azure Cosmos DB instance. | Yes |
241
241
| database | Specify the name of the database. | Yes |
242
242
| 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 |
243
+
| subscriptionId | Specify the subscription id for the Azure Cosmos DB instance | No for Copy Activity, Yes for Mapping Data Flow |
244
+
| tenantId | Specify the tenant id for the Azure Cosmos DB instance | No for Copy Activity, Yes for Mapping Data Flow |
245
+
| resourceGroup | Specify the resource group name for the Azure Cosmos DB instance | No for Copy Activity, Yes for Mapping Data Flow |
243
246
244
247
**Example:**
245
248
@@ -250,7 +253,10 @@ These properties are supported for the linked service:
0 commit comments