Skip to content

Commit f26d423

Browse files
committed
acrolinx score correction
1 parent 65c29eb commit f26d423

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/nosql/change-pk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ ms.topic: conceptual
1111

1212
[!INCLUDE[NoSQL](includes/appliesto-nosql.md)]
1313

14-
In the realm of database management, it is not uncommon for the initially chosen partition key for a container to become inadequate as applications evolve. This can result in suboptimal performance and increased costs for the container. Several factors contributing to this situation include:
14+
In the realm of database management, it isn't uncommon for the initially chosen partition key for a container to become inadequate as applications evolve. It can result in suboptimal performance and increased costs for the container. Several factors contributing to this situation include:
1515

1616
- [Cross partition queries](https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-query-container#avoid-cross-partition-queries)
1717
- [Hot partitions](https://learn.microsoft.com/azure/cosmos-db/nosql/troubleshoot-request-rate-too-large?tabs=resource-specific#how-to-identify-the-hot-partition)
1818

19-
To address these issues, Azure Cosmos DB offers the ability to seamlessly change the partition key using the Azure Portal.
19+
To address these issues, Azure Cosmos DB offers the ability to seamlessly change the partition key using the Azure portal.
2020

2121
## Getting Started
2222

23-
To change the partition key of a container in Azure Cosmos DB for the NoSQL API using the Azure Portal, follow these steps:
23+
To change the partition key of a container in Azure Cosmos DB for the NoSQL API using the Azure portal, follow these steps:
2424

2525
1. Navigate to the **Data Explorer** in the Azure Cosmos DB portal and select the container for which you need to change the partition key.
2626
2. Proceed to the **Scale & Settings** option and choose the **Partition Keys** tab.
@@ -36,7 +36,7 @@ If creating a new container using the Azure portal while changing the partition
3636

3737
![Screenshot of create or select destination container screen while changing partition key in an Azure Cosmos DB account.](media/change-pk/cosmosdb-change-pk-create-container.png)
3838

39-
Subsequently, data is copied from the source container to the destination container in an offline manner utilizing the [Intra-account container copy](https://learn.microsoft.com/azure/cosmos-db/container-copy#how-does-container-copy-work) job.
39+
Then, data is copied from the source container to the destination container in an offline manner utilizing the [Intra-account container copy](https://learn.microsoft.com/azure/cosmos-db/container-copy#how-does-container-copy-work) job.
4040

4141
>[!Note]
4242
> It is recommended to stop all updates on the source container before proceeding to change the partition key of the container for entire duration of copy process to maintain data integrity.

0 commit comments

Comments
 (0)