Skip to content

Commit 99e9fc8

Browse files
authored
Merge pull request #180310 from SnehaGunda/MICassandra
Updating image & shard key format
2 parents 872ee83 + d9dce4b commit 99e9fc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cosmos-db/mongodb/how-to-provision-throughput-mongodb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to provision container, database, and autoscale throughpu
44
ms.service: cosmos-db
55
ms.subservice: cosmosdb-mongo
66
ms.topic: how-to
7-
ms.date: 08/26/2021
7+
ms.date: 11/17/2021
88
author: gahl-levy
99
ms.author: gahllevy
1010
ms.custom: devx-track-js, devx-track-azurecli, devx-track-csharp
@@ -27,14 +27,14 @@ If you are using a different API, see [SQL API](../how-to-provision-container-th
2727

2828
* Indicate whether you are creating a new database or using an existing one. Select the **Provision database throughput** option if you want to provision throughput at the database level.
2929
* Enter a collection ID.
30-
* Enter a partition key value (for example, `/ItemID`).
30+
* Enter a partition key value (for example, `ItemID`).
3131
* Enter a throughput that you want to provision (for example, 1000 RUs).
3232
* Select **OK**.
3333

3434
:::image type="content" source="./media/how-to-provision-throughput-mongodb/provision-database-throughput-portal-mongodb-api.png" alt-text="Screenshot of Data Explorer, when creating a new collection with database level throughput":::
3535

3636
> [!Note]
37-
> If you are provisioning throughput on a container in an Azure Cosmos account configured with the Azure Cosmos DB API for MongoDB, use `/myShardKey` for the partition key path.
37+
> If you are provisioning throughput on a container in an Azure Cosmos account configured with the Azure Cosmos DB API for MongoDB, use `myShardKey` for the partition key path.
3838
3939
## <a id="dotnet-mongodb"></a> .NET SDK
4040

Loading

0 commit comments

Comments
 (0)