Skip to content

Commit 7a1c97e

Browse files
committed
Adding container throughout update example
1 parent e29cf33 commit 7a1c97e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: mjbrown
1212

1313
This article explains how to provision throughput on a container (collection, graph, or table) in Azure Cosmos DB. You can provision throughput on a single container, or [provision throughput on a database](how-to-provision-database-throughput.md) and share it among the containers within the database. You can provision throughput on a container using Azure portal, Azure CLI, or Azure Cosmos DB SDKs.
1414

15-
## Provision throughput using Azure portal
15+
## Azure portal
1616

1717
1. Sign in to the [Azure portal](https://portal.azure.com/).
1818

@@ -28,7 +28,7 @@ This article explains how to provision throughput on a container (collection, gr
2828

2929
![Screenshot of Data Explorer, with New Collection highlighted](./media/how-to-provision-container-throughput/provision-container-throughput-portal-all-api.png)
3030

31-
## Provision throughput using Azure CLI or PowerShell
31+
## Azure CLI or PowerShell
3232

3333
To create a container with dedicated throughput see,
3434

@@ -38,7 +38,7 @@ To create a container with dedicated throughput see,
3838
> [!Note]
3939
> 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. If you are provisioning throughput on a container in an Azure Cosmos account configured with Cassandra API, use `/myPrimaryKey` for the partition key path.
4040
41-
## Provision throughput by using .NET SDK
41+
## .NET SDK
4242

4343
> [!Note]
4444
> Use the Cosmos SDKs for SQL API to provision throughput for all Cosmos DB APIs, except Cassandra API.
@@ -61,7 +61,7 @@ await client.CreateDocumentCollectionAsync(
6161
### .Net V3 SDK
6262
[!code-csharp[](~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/SampleCodeForDocs/ContainerDocsSampleCode.cs?name=ContainerCreateWithThroughput)]
6363

64-
## Provision or update throughput by using JavaScript SDK
64+
## JavaScript SDK
6565

6666
```javascript
6767
// Create a new Client

0 commit comments

Comments
 (0)