CosmosDB C# SDK ProyUrl missing
问题 I am working on a containerized micro-services project (docker) in .NET Core targeting Azure. So we are using Azure Cosmos DB, and the C# Cosmos DB SDK (v2.4 since v3 is only in preview) for the CoreSql Api. During development, I am behind a proxy, so I need to specify the proxy url for everything going outside. It works fine with HttpClientHandler for any HttpClient. Using Cosmos DB SDK, I however don't see how to set this up on my DocumentClient. In the Azure Node SDK, I see I could just