You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/nosql/change-partition-key.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ To change the partition key of a container in Azure Cosmos DB for the NoSQL API
26
26
2. Proceed to the **Scale & Settings** option and choose the **Partition Keys** tab.
27
27
3. Select the **Change** button to initiate the partition key change process.
28
28
29
-

29
+

30
30
31
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
35
35
If creating a new container using the Azure portal while changing the partition key, all configurations except for the partition key and unique keys are replicated to the destination container.
36
36
37
-

37
+

38
38
39
39
Then, data is copied from the source container to the destination container in an offline manner utilizing the [Intra-account container copy](../container-copy.md#how-does-container-copy-work) job.
0 commit comments