I am getting The connection string is missing a required property: AccountEndpoint
error while using the new CosmosClient(CosmosConnectionString)
constructor for CosmosClient
with assembly Microsoft.Azure.Cosmos.Client, Version=3.11.0.0
- How to fix it? The connection string from the account looks like (AccountEndpoint is missing:
DefaultEndpointsProtocol=https;AccountName=devdb;AccountKey=xxxx;TableEndpoint=https://devdb.table.cosmos.azure.com:443/;