We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e9e27 commit 29e0102Copy full SHA for 29e0102
articles/synapse-analytics/sql/query-cosmos-db-analytical-store.md
@@ -87,9 +87,9 @@ In addition to the common properties in the SQL connection string that are descr
87
The examples of connection strings are shown in the following table:
88
89
| Authentication type | Connection string |
90
+| --- | --- |
91
| CosmosDB database account master key | `account=<account name>;database=<db name>;region=<region name>;key=<account master key>` |
92
| Synapse workspace managed identity | `account=<account name>;database=<db name>;region=<region name>;authtype=ManagedIdentity` |
-```
93
94
### [OPENROWSET with credential](#tab/openrowset-credential)
95
0 commit comments