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",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"editor.defaultFormatter": "esbenp.prettier-vscode"

View File

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