Skip to content

Commit 64ecff6

Browse files
Copilotphilnach
andcommitted
Add Microsoft Learn link for 407 error documentation
Co-authored-by: philnach <19275540+philnach@users.noreply.github.com>
1 parent 6c60fff commit 64ecff6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Extensions/Cosmos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Source supports the following optional parameters:
2121
- `PartitionKeyValue` - Allows for filtering to a single partition.
2222
- `Query` - Allows further filtering using a Cosmos SQL statement.
2323
- `WebProxy` (`null` by default) - Enables connections through a proxy.
24-
- `UseDefaultProxyCredentials` (`false` by default) - When `true`, includes default credentials in the proxy request. Use this when connecting through an authenticated proxy that returns `407 Proxy Authentication Required`.
24+
- `UseDefaultProxyCredentials` (`false` by default) - When `true`, includes default credentials in the proxy request. Use this when connecting through an authenticated proxy that returns [`407 Proxy Authentication Required`](https://learn.microsoft.com/dotnet/api/system.net.webproxy.credentials?view=net-10.0#remarks).
2525

2626
### Always Encrypted
2727

@@ -93,7 +93,7 @@ Or with RBAC:
9393
- `Direct`
9494

9595
- **`WebProxy`**: Optional. Specifies the proxy server URL to use for connections (e.g., `http://yourproxy.server.com/`).
96-
- **`UseDefaultProxyCredentials`**: Optional, defaults to `false`. When `true`, includes default credentials in the proxy request. Use this when connecting through an authenticated proxy that returns `407 Proxy Authentication Required`.
96+
- **`UseDefaultProxyCredentials`**: Optional, defaults to `false`. When `true`, includes default credentials in the proxy request. Use this when connecting through an authenticated proxy that returns [`407 Proxy Authentication Required`](https://learn.microsoft.com/dotnet/api/system.net.webproxy.credentials?view=net-10.0#remarks).
9797

9898
- **`LimitToEndpoint`**: Optional, defaults to `false`. When the value of this property is false, the Cosmos DB SDK will automatically discover
9999
write and read regions, and use them when the configured application region is not available.

0 commit comments

Comments
 (0)