ConfigureCosmosClient(string, string)
public void ConfigureCosmosClient(string accountEndpoint, string authKeyOrResourceToken) Configures the Cosmos DB client.
Parameters
accountEndpointstring- The account endpoint. In the form of , https://learn.microsoft.com/rest/api/cosmos-db/cosmosdb-resource-uri-syntax-for-resthttps://{databaseaccount}.documents.azure.com:443/
authKeyOrResourceTokenstring- The Cosmos account key or resource token to use to create the client.
