diff --git a/src/Common/CosmosClient.ts b/src/Common/CosmosClient.ts index 5b9b71ef3..eefcf343f 100644 --- a/src/Common/CosmosClient.ts +++ b/src/Common/CosmosClient.ts @@ -265,9 +265,9 @@ export function client(): Cosmos.CosmosClient { } const options: Cosmos.CosmosClientOptions = { - // endpoint: endpoint() || "https://cosmos.azure.com", // CosmosClient gets upset if we pass a bad URL. This should never actually get called + endpoint: endpoint() || "https://cosmos.azure.com", // CosmosClient gets upset if we pass a bad URL. This should never actually get called // endpoint: "https://test-craig-nosql-westus3.documents.azure.com:443/", - endpoint: "https://test-craig-nosql-eastus2.documents.azure.com:443/", + // endpoint: "https://test-craig-nosql-eastus2.documents.azure.com:443/", key: userContext.dataPlaneRbacEnabled ? "" : userContext.masterKey, tokenProvider, userAgentSuffix: "Azure Portal",