Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
AuthScheme | The type of authentication to use when connecting to Azure Cosmos DB. |
AccountEndpoint | The value should be the Cosmos DB account URL from the Keys blade of the Cosmos DB account. |
AccountKey | A master key token or a resource token for connecting to the Azure Cosmos DB REST API. |
TokenType | Denotes the type of token: master or resource. |