

PowerEdge supported Operating SystemsĮnsure the your operating system is supported by your PowerEdge server. If not, please let us know so that we can further investigate. Please let us know if these steps helped. Refer to the documentation here for complete troubleshooting steps. Return new HttpClient(httpMessageHandler) ĬosmosClient client = new CosmosClient(endpoint, authKey, cosmosClientOptions) Īlso make sure current Docker Host processor type is compatible with our Docker image. ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator HttpMessageHandler httpMessageHandler = new HttpClientHandler() NET applications you can disable TLS/SSL validation:ĬosmosClientOptions cosmosClientOptions = new CosmosClientOptions()


Ensure the emulator is running with the following command:.Welcome to Microsoft Q&A forum and thanks for using Azure services.Īs I understand, you are facing connectivity issues in cosmos db emulator linux container. Use Gateway modecosmosClientOptions = new CosmosClientOptions Īlso when I try to create a container/db via the UI, I am getting a "failed to fetch error": Allow CosmosDB emulator self-signed certificate in DEBUG mode Trying to connect using the dotnet SDK, but nothing happens.

Image: /cosmosdb/linux/azure-cosmos-emulator:latestĪZURE_COSMOS_EMULATOR_PARTITION_COUNT: 10ĪZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE: true Using cosmos emulator linux image: cosmosdb:
