Skip to content

Commit 0c07b78

Browse files
authored
consistent use of naming (#7922)
1 parent 00bd8d0 commit 0c07b78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

persistence/azure-table/migration-from-azure-storage-table-to-cosmos-table.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Migration from Azure Storage Table to Azure Cosmos DB Table API
2+
title: Migration from Azure Table Storage to Azure Cosmos DB Table API
33
component: ASP
44
related:
55
- persistence/azure-table
@@ -9,7 +9,7 @@ reviewed: 2025-11-24
99
> [!WARNING]
1010
> The endpoint being migrated must be offline while migrating saga data. The migration scenario described assumes only saga data of one saga type is stored per table.
1111
12-
This guide describes how to migrate saga data from Azure Storage Table to Azure Cosmos DB Table API. Teams that start with Azure Storage Tables may later find they need to migrate to Cosmos DB Table API for requirements such as global distribution, improved performance, or other Cosmos DB features. The migration process uses Microsoft's Azure Cosmos DB Desktop Data Migration Tool to transfer saga data from the source Azure Storage Table to the destination Cosmos DB Table API account.
12+
This guide describes how to migrate saga data from Azure Table Storage to Azure Cosmos DB Table API. Teams that start with Azure Table Storage may later find they need to migrate to Cosmos DB Table API for requirements such as global distribution, improved performance, or other Cosmos DB features. The migration process uses Microsoft's Azure Cosmos DB Desktop Data Migration Tool to transfer saga data from the source Azure Table Storage to the destination Cosmos DB Table API account.
1313

1414
## Import data
1515

@@ -92,4 +92,4 @@ The tool will automatically read the `migrationsettings.json` file from the curr
9292

9393
## Data inspection
9494

95-
Due to the [limited types](https://docs.microsoft.com/en-us/rest/api/storageservices/understanding-the-table-service-data-model#property-types) supported by Azure Storage Tables, some types are stored in the table by the [Azure Table persister](/persistence/azure-table) as serialized JSON strings. The data can and should be inspected for quality both before and after the import. The migrated endpoint and all saga types migrated should be thoroughly tested before moving into production to ensure the migration is correct.
95+
Due to the [limited types](https://docs.microsoft.com/en-us/rest/api/storageservices/understanding-the-table-service-data-model#property-types) supported by Azure Storage Tables, some types are stored in the table by the [Azure Table persister](/persistence/azure-table) as serialized JSON strings. The data can and should be inspected for quality both before and after the import. The migrated endpoint and all saga types migrated should be thoroughly tested before moving into production to ensure the migration is correct.

0 commit comments

Comments
 (0)