Skip to content

Commit d105efa

Browse files
Apply suggestions from code review
Co-authored-by: Sidney Andrews <[email protected]>
1 parent 3a547c9 commit d105efa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

articles/cosmos-db/import-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ While the import tool includes a graphical user interface (dtui.exe), it can als
6262

6363
> [!NOTE]
6464
> We recommend using [container copy jobs](intra-account-container-copy.md) for copying data within the same Azure Cosmos DB account.
65-
66-
> [!NOTE]
65+
>
6766
> You should only use the Azure Cosmos DB migration tool for small migrations. For large migrations, view our [guide for ingesting data](migration-choices.md).
6867
6968
## <a id="Install"></a>Installation

articles/cosmos-db/partitioning-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ A partition key has two components: **partition key path** and the **partition k
8888

8989
To learn about the limits on throughput, storage, and length of the partition key, see the [Azure Cosmos DB service quotas](concepts-limits.md) article.
9090

91-
Selecting your partition key is a simple but important design choice in Azure Cosmos DB. Once you select your partition key, it is not possible to change it in-place. If you need to change your partition key, you should move your data to a new container with your new desired partition key. ( [Container copy jobs](intra-account-container-copy.md) for NoSQL and Cassandra APIs help with this process. )
91+
Selecting your partition key is a simple but important design choice in Azure Cosmos DB. Once you select your partition key, it is not possible to change it in-place. If you need to change your partition key, you should move your data to a new container with your new desired partition key. ([Container copy jobs](intra-account-container-copy.md) for NoSQL and Cassandra APIs help with this process.)
9292

9393
For **all** containers, your partition key should:
9494

articles/cosmos-db/set-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can combine the two models. Provisioning throughput on both the database and
8585
* The container named *B* is guaranteed to get the *"P"* RUs throughput all the time. It's backed by SLAs.
8686

8787
> [!NOTE]
88-
> A container with provisioned throughput cannot be converted to shared database container. Conversely a shared database container cannot be converted to have a dedicated throughput. You will need to move the data to a container with the desired throughput setting. ( [Container copy jobs](intra-account-container-copy.md) for NoSQL and Cassandra APIs help with this process. )
88+
> A container with provisioned throughput cannot be converted to shared database container. Conversely a shared database container cannot be converted to have a dedicated throughput. You will need to move the data to a container with the desired throughput setting. ([Container copy jobs](intra-account-container-copy.md) for NoSQL and Cassandra APIs help with this process.)
8989
9090
## Update throughput on a database or a container
9191

0 commit comments

Comments
 (0)