Skip to content

Commit 34f2b45

Browse files
committed
file path correction
1 parent 460b892 commit 34f2b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/change-partition-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ To change the partition key of a container in Azure Cosmos DB for the NoSQL API
2626
2. Proceed to the **Scale & Settings** option and choose the **Partition Keys** tab.
2727
3. Select the **Change** button to initiate the partition key change process.
2828

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)
29+
![Screenshot of the Change partition key feature in the Data Explorer in an Azure Cosmos DB account.](media/change-partition-key/cosmosdb-change-partition-key.png)
3030

3131
## How the change partition key works
3232

3333
Changing the partition key entails creating a new destination container or selecting an existing destination container within the same database.
3434

3535
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.
3636

37-
![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)
37+
![Screenshot of create or select destination container screen while changing partition key in an Azure Cosmos DB account.](media/change-partition-key/cosmosdb-change-partition-key-create-container.png)
3838

3939
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.
4040

0 commit comments

Comments
 (0)