Skip to content

Commit a75059b

Browse files
Merge pull request #297234 from v-stsavell/414149
Quality check: Migrate storage from Amazon Web Services (AWS)
2 parents 47ad0e4 + c6c051e commit a75059b

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed
Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Migrate Storage from Amazon Web Services (AWS)
3-
description: Concepts, how-tos, best practices for storage from AWS to Azure.
2+
title: Migrate Storage from Amazon Web Services (AWS) to Azure
3+
description: Learn about concepts, how-tos, and best practices for migrating storage services from Amazon Web Services (AWS) to Azure.
44
author: chasedmicrosoft
55
ms.author: doveychase
66
ms.reviewer: prwilk, chkittel
@@ -9,36 +9,34 @@ ms.topic: conceptual
99
ms.custom: migration
1010
---
1111

12-
# Migrate storage from Amazon Web Services (AWS)
12+
# Migrate storage from Amazon Web Services (AWS) to Azure
1313

14-
The articles listed on this page outline scenarios for migrating storage services from Amazon Web Services (AWS) to Azure storage services.
14+
The articles listed on this page outline scenarios for how to migrate storage services from Amazon Web Services (AWS) to Azure storage services.
1515

16-
Storage services are foundational components of most enterprise workloads and the migration process involves transitioning, with a focus on maintaining feature parity. Examples of storage services include file storage, blob storage, data lakes, virtual machine images, and file shares that store critical data for various purposes. Whether supporting custom applications, AI/ML training processes, business intelligence operations, or commercial off-the-shelf (COTS) solutions, your storage infrastructure requires careful migration planning.
16+
Storage services are foundational components of most enterprise workloads. The migration process moves these services while ensuring that they retain the same capabilities. Examples of storage services include file storage, blob storage, data lakes, virtual machine images, and file shares that store critical data for various purposes. Whether it's to support custom applications, AI/ML training processes, business intelligence operations, or commercial off-the-shelf solutions, your storage infrastructure requires careful migration planning.
1717

1818
## Component comparison
1919

20-
Start the process by comparing the AWS storage service used in the workload with the closest Azure counterpart. The goal is to identify the most suitable Azure services for your workload.
21-
22-
- [Comparing AWS and Azure storage services](/azure/architecture/aws-professional/storage)
20+
Start the migration process by comparing the AWS storage service that's used in the workload with the closest Azure counterpart. The goal is to identify the most suitable Azure services for your workload. For more information, see [Comparing AWS and Azure storage services](/azure/architecture/.aws-professional/storage).
2321

2422
> [!NOTE]
25-
> This comparison shouldn't be considered an exact representation of these services' functionality in your workload.
23+
> This comparison isn't an exact representation of the functionality that these services provide in your workload.
2624
2725
## Migration guides
2826

29-
Refer to these migration guides as examples for framing your migration process.
27+
Use the following migration guides as examples to help structure your migration strategy.
3028

3129
| Scenario | Key services | Description |
3230
|--|--|--|
33-
| [Copy data from Amazon S3 to Azure Storage by using AzCopy](/azure/storage/common/storage-use-azcopy-s3) | Amazon S3 -> Azure Blob Storage | Demonstrates how to transfer data from S3 to Azure using AzCopy for online transfers. |
34-
| [Use Azure Data Factory to migrate data from Amazon S3 to Azure Storage](/azure/data-factory/data-migration-guidance-s3-azure-storage) | Amazon S3 -> Azure Storage, Azure Data Factory | Covers planning and execution steps for migrating data from S3 to Azure, including operational details. |
35-
| [Migrate data from Amazon S3 to Azure Data Lake Storage Gen2](/azure/data-factory/solution-template-migration-s3-azure) | Amazon S3 -> Azure Storage, Azure Data Factory | Provides a prebuilt approach to help automate your data migration from S3 to Azure Storage. |
31+
| [Copy data from Amazon S3 to Azure Storage by using AzCopy](/azure/storage/common/storage-use-azcopy-s3). | Amazon S3 to Azure Blob Storage | Demonstrates how to migrate data from Amazon S3 to Azure by using AzCopy for online transfers. |
32+
| [Use Azure Data Factory to migrate data from Amazon S3 to Azure Storage](/azure/data-factory/data-migration-guidance-s3-azure-storage). | Amazon S3 to Azure Storage or Data Factory | Covers planning and implementation steps for migrating data from S3 to Azure, including operational details. |
33+
| [Migrate data from Amazon S3 to Azure Data Lake Storage Gen2](/azure/data-factory/solution-template-migration-s3-azure). | Amazon S3 to Azure Storage or Data Factory | Provides a prebuilt approach to help automate your data migration from S3 to Azure Storage. |
3634

3735
## Related workload components
3836

39-
Storage is only one of the components of your workload. Explore other components that are part of the migration process:
37+
Storage makes up only part of your workload. Explore other components that you might migrate:
4038

4139
- [Compute](./migrate-compute-from-aws.md)
4240
- [Databases and data](./migrate-databases-from-aws.md)
4341

44-
Use the table of contents to explore other topics related to your workload's architecture.
42+
Use the table of contents to explore other articles that relate to your workload's architecture.

0 commit comments

Comments
 (0)