Skip to content

Commit b3cce71

Browse files
committed
use default verbosity, update cosmos connectionstring link
1 parent 3394f3e commit b3cce71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/docs/v4/connectors/cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Also add a NuGet reference to one of the .NET drivers listed above, as you would
2525

2626
### Configure connection string
2727

28-
The CosmosDB connection string can be obtained as described in the [Microsoft documentation](https://learn.microsoft.com/azure/cosmos-db/how-to-dotnet-get-started). <!-- TODO: what page describes how to get connection strings now? not this one -->
28+
The CosmosDB connection string can be obtained as described in the [Microsoft documentation](https://learn.microsoft.com/azure/static-web-apps/database-azure-cosmos-db#get-database-connection-string-for-local-development).
2929

3030
The following example `appsettings.json` uses the emulator:
3131

lychee.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Shared lychee config for CI and local script (build/check-external-links.ps1).
22

3-
verbose = "info"
43
cache = true
54
scheme = ["http", "https"]
65
require_https = true

0 commit comments

Comments
 (0)