mirror of https://github.com/dapr/docs.git
Guide users to generic mongo db component for azure cosmos db with mongo api
This commit is contained in:
parent
7adaa4e01f
commit
3e88aa7aac
|
@ -59,6 +59,7 @@ The Azure Cosmos DB state store component supports authentication using all Azu
|
|||
You can read additional information for setting up Cosmos DB with Azure AD authentication in the [section below](#setting-up-cosmos-db-for-authenticating-with-azure-ad).
|
||||
|
||||
## Setup Azure Cosmos DB
|
||||
> Note: For an Azure Cosmos DB that uses the Mongo DB API, use the [Mongo DB state store component]({{< ref setup-mongodb.md >}}).
|
||||
|
||||
[Follow the instructions](https://docs.microsoft.com/azure/cosmos-db/how-to-manage-database-account) from the Azure documentation on how to create an Azure Cosmos DB account. The database and collection must be created in Cosmos DB before Dapr can use it.
|
||||
|
||||
|
|
Loading…
Reference in New Issue