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/synapse-analytics/sql/query-cosmos-db-analytical-store.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,10 @@ The SQL connection string for Azure Cosmos DB includes the following components:
47
47
-**account** - The name of the Azure Cosmos DB account you are targeting.
48
48
-**database** - The container name, specified without quotation marks in the OPENROWSET syntax. If the container name contains special characters (for example, a dash -), it should be enclosed in square brackets ([]).
49
49
-**region** (optional) - The region of your Cosmos DB analytical storage. If omitted, the container's primary region is used.
50
-
-**endpoint** (optional) - required if your Cosmos DB account does not follow the standard `*.documents.azure.com` format.
50
+
-**endpoint** (optional) - The Cosmos DB endpoint URI (for example `https://<account name>.documents.azure.us`) that is required if your Cosmos DB account does not follow the standard `*.documents.azure.com` format.
51
51
52
52
> [!IMPORTANT]
53
-
> The `endpoint` parameter is needed for accounts that don't match the standard `*.documents.azure.com` format. For example, if your Azure Cosmos DB account ends with `.documents.azure.us`, make sure that you add `endpoint=<account name>.documents.azure.us` in the connection string.
53
+
> The `endpoint` parameter is needed for accounts that don't match the standard `*.documents.azure.com` format. For example, if your Azure Cosmos DB account ends with `.documents.azure.us`, make sure that you add `endpoint=https://<account name>.documents.azure.us` in the connection string. Make sure that you include `https://` prefix.
54
54
55
55
These properties can be identified from the standard Cosmos DB connection string, for example:
This connection string does not include the authentication information required to connect to Cosmos DB analytical storage. Additional information is needed depending on the type of authentication used:
@@ -88,8 +88,8 @@ The examples of connection strings are shown in the following table:
0 commit comments