1
1
---
2
- title : Change Partition Key
2
+ title : Change partition key
3
3
titleSuffix : Azure Cosmos DB
4
4
description : Change partition key in Azure Cosmos DB for NOSQL API.
5
5
author : richagaur
6
6
ms.author : richagaur
7
7
ms.service : cosmos-db
8
8
ms.topic : conceptual
9
9
---
10
- # Changing the Partition Key in Azure Cosmos DB (Preview )
10
+ # Changing the partition key in Azure Cosmos DB (preview )
11
11
12
12
[ !INCLUDE[ NoSQL] ( ../includes/appliesto-nosql.md )]
13
13
@@ -18,7 +18,7 @@ In the realm of database management, it isn't uncommon for the initially chosen
18
18
19
19
To address these issues, Azure Cosmos DB offers the ability to seamlessly change the partition key using the Azure portal.
20
20
21
- ## Getting Started
21
+ ## Getting started
22
22
23
23
To change the partition key of a container in Azure Cosmos DB for the NoSQL API using the Azure portal, follow these steps:
24
24
@@ -28,7 +28,7 @@ To change the partition key of a container in Azure Cosmos DB for the NoSQL API
28
28
29
29
![ Screenshot of the Change partition key feature in the Data Explorer in an Azure Cosmos DB account.] ( media/change-pk/cosmosdb-change-pk.png )
30
30
31
- ## How the Change Partition Key Works
31
+ ## How the change partition key works
32
32
33
33
Changing the partition key entails creating a new destination container or selecting an existing destination container within the same database.
34
34
@@ -52,7 +52,7 @@ Once the copy is complete, you can start using the new container with desired pa
52
52
* [ Merge partition] ( ../merge.md )
53
53
- The feature is currently supported only in the documented [ regions] ( ../container-copy.md#supported-regions ) .
54
54
55
- ## Next Steps
55
+ ## Next steps
56
56
57
57
- Explore more about [ container copy jobs] ( ../container-copy.md ) .
58
58
- Learn further about [ how to choose a partition key] ( ../partitioning-overview.md#choose-partitionkey ) .
0 commit comments