Skip to content

Commit 53820df

Browse files
authored
Update how-to-query-analytical-store-spark-3.md
Making note connector doesn't support MI
1 parent 651cf8d commit 53820df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/synapse-analytics/synapse-link/how-to-query-analytical-store-spark-3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ val df = spark.read.format("cosmos.olap").options(config).load()
8484
df.show(10)
8585
```
8686

87+
> [!NOTE]
88+
> Azure Cosmos DB's Synapse Link Spark connector does not support Managed Identity.
89+
8790
#### Access token authentication requires role assignment
8891

8992
To use the access token approach, you need to generate access tokens. Since access tokens are associated with Azure identities, correct role-based access control (RBAC) must be assigned to the identity. The role assignment is on data plane level, and you must have minimum control plane permissions to perform the role assignment.
@@ -118,7 +121,6 @@ The Identity Access Management (IAM) role assignments from Azure portal are on c
118121
> [!Note]
119122
> When using an Azure app registration, Use the `Object Id` as the service principal ID. Also, the principal ID and the Cosmos DB account must be in the same tenant.
120123
121-
122124
#### Generating the access token - Synapse Notebooks
123125

124126
The recommended method for Synapse Notebooks is to use service principal with a certificate to generate access tokens. Click [here](../spark/apache-spark-secure-credentials-with-tokenlibrary.md) for more information.

0 commit comments

Comments
 (0)