clarify cosmosdb doc (#212)

This commit is contained in:
Leon Mai 2019-10-30 11:25:34 -07:00 committed by Yaron Schneider
parent 3be46a0149
commit b4d0f67fc7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Creating an Azure CosmosDB account
[Follow the instructions](https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-manage-database-account) from the Azure documentation on how to create an Azure CosmosDB account.
[Follow the instructions](https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-manage-database-account) from the Azure documentation on how to create an Azure CosmosDB account. The database and collection must be created in CosmosDB before Dapr consumes it. The partition key must be "/id".
In order to setup CosmosDB as a state store, you will need the following properties: