Testing table accounts.

This commit is contained in:
Craig Boger (from Dev Box) 2023-12-14 12:45:23 -08:00
parent 89469ae71e
commit b1c985e9c2
2 changed files with 6 additions and 6 deletions

View File

@ -20,8 +20,8 @@
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true, "source.fixAll.eslint": "explicit",
"source.organizeImports": true "source.organizeImports": "explicit"
}, },
"typescript.preferences.importModuleSpecifier": "non-relative", "typescript.preferences.importModuleSpecifier": "non-relative",
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"

View File

@ -198,10 +198,10 @@ export function client(): Cosmos.CosmosClient {
tokenProvider, tokenProvider,
connectionPolicy: { connectionPolicy: {
enableEndpointDiscovery: true, enableEndpointDiscovery: true,
preferredLocations: ["East US", "Central US"], // preferredLocations: ["East US", "Central US"],
connectionMode: Cosmos.ConnectionMode.Gateway, // connectionMode: Cosmos.ConnectionMode.Gateway,
enableBackgroundEndpointRefreshing: true, // enableBackgroundEndpointRefreshing: true,
endpointRefreshRateInMs: 5000, // endpointRefreshRateInMs: 5000,
}, },
userAgentSuffix: "Azure Portal", userAgentSuffix: "Azure Portal",
defaultHeaders: _defaultHeaders, defaultHeaders: _defaultHeaders,