Skip to content

Commit 867f9cd

Browse files
Fix typo in SQL connection string description
1 parent 42626df commit 867f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/query-cosmos-db-analytical-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ OPENROWSET(
8080
<Container name>
8181
) [ < with clause > ] AS alias
8282
```
83-
In addition to the common properties in the SQL connection string that are described above (**acount**, **database**, **region**, and **endpoint**), in this case, you need to add **one** of the following options:
83+
In addition to the common properties in the SQL connection string that are described above (**account**, **database**, **region**, and **endpoint**), in this case, you need to add **one** of the following options:
8484
- **AuthType** - set this option to `ManagedIdentity` if accessing CosmosDB using the Synapse workspace Managed Identity.
8585
- **key** - The master key for accessing CosmosDB data, used if not utilizing the Synapse workspace managed identity.
8686

0 commit comments

Comments
 (0)