Skip to content

Commit 5c577ee

Browse files
committed
Merge branch 'release-migration-toc' of https://github.com/MicrosoftDocs/azure-docs-pr into release-migration-toc
2 parents 0b6ebfd + d06acd5 commit 5c577ee

9 files changed

+158
-81
lines changed

articles/migrate/tutorial-migrate-aws-virtual-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.custom:
1313
- aws-to-azure
1414
---
1515

16-
# Discover, assess, and migrate Amazon Web Services (AWS) VMs to Azure
16+
# Discover, assess, and migrate Amazon Web Services (AWS) EC2 instances to Azure
1717

18-
This tutorial shows you how to discover, assess, and migrate Amazon Web Services (AWS) virtual machines (VMs) to Azure VMs by using Azure Migrate: Server Assessment and the Migration and modernization tool.
18+
This tutorial shows you how to discover, assess, and migrate Amazon Web Services (AWS) EC2 instances to Azure VMs by using Azure Migrate: Server Assessment and the Migration and modernization tool.
1919

2020
> [!NOTE]
2121
> You migrate AWS VMs to Azure by treating them as physical servers.

articles/migration/index.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ conceptualContent:
186186
links:
187187
- url: ./migrate-databases-from-google-cloud.md
188188
text: Migrate databases
189-
itemType: get-started
189+
itemType: get-started
190190
- url: /azure/architecture/gcp-professional/services#data-platform
191191
text: Azure databases services map
192192
itemType: reference
@@ -199,6 +199,7 @@ conceptualContent:
199199
- url: /azure/azure-sql/migration-guides/database/mysql-to-sql-database-guide?view=azuresql-db&preserve-view=true
200200
text: Migrate MySQL on Google Cloud to Azure Database for MySQL
201201
itemType: tutorial
202+
202203
- title: Security
203204
links:
204205
- url: /azure/architecture/gcp-professional/services#security-and-identity

articles/migration/migrate-compute-from-aws.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,45 @@ title: Migrate Compute from Amazon Web Services (AWS)
33
description: Concepts, how-tos, best practices for moving compute from AWS to Azure.
44
author: robbyatmicrosoft
55
ms.author: robbymillsap
6-
ms.date: 01/28/2025
6+
ms.date: 03/25/2025
77
ms.topic: conceptual
88
---
99

1010
# Migrate compute from Amazon Web Services (AWS)
1111

12-
Many workloads contain compute components, such as virtual machines, container hosts, or PaaS services. These compute components host your custom code or commercial off the shelf (COTS) solutions. Microsoft Azure has guidance to help you migrate your application platform.
12+
The articles listed on this page outline scenarios for migrating Amazon Web Services (AWS) compute services to Azure. These cloud resources offer the processing power, memory, and storage necessary for running computational tasks. The migration process involves transitioning these services from AWS to Azure, with a focus on maintaining feature parity.
1313

14-
## Azure service awareness
14+
The scenarios cover common compute types, such as virtual machines (VMs), web applications, and serverless services. For example, a typical migration scenario might involve moving an AWS Lambda to Azure Functions.
1515

16-
If you haven't yet selected your application platform in Azure, review the [Azure for AWS professionals guide](/azure/architecture/aws-professional/), which has a service mapping available for compute. This is a list that maps similar services between the two cloud providers.
16+
## Component comparison
1717

18-
See, the [Azure compute services map](/azure/architecture/aws-professional/compute).
18+
Start the process by comparing AWS compute services used in the workload to their closest Azure counterparts. This helps identify the most suitable Azure services for your migration needs.
1919

20-
## Scenarios and component guides
20+
* [Compare compute services on Azure and AWS](/azure/architecture/aws-professional/compute)
2121

22-
Microsoft publishes guidance for select services to help architects, developers, and database administrators plan their migration efforts. Use these guides, combined with guidance available for your other components, to assess, plan, and perform your migration.
22+
> [!NOTE]
23+
> This comparison should not be considered an exact representation of the functionality provided by these services in your workload.
2324
24-
### TODO: Organize and present key migration content available for this technology area
25+
## Migration scenarios
26+
27+
Refer to the following scenarios as examples for framing your migration process:
28+
29+
| Scenario | Key services | Description |
30+
|----------|--------------|-------------|
31+
| [Migrate AWS event-driven workloads to Azure](/azure/aks/eks-edw-overview) | Amazon Elastic Kubernetes Service (AKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS event-driven workload with KEDA and Karpenter to AKS. |
32+
| [Migrate EKS web application workloads to AKS](/azure/aks/eks-web-overview) | Amazon Elastic Kubernetes Service (AKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS web application to AKS. |
33+
| [Migrate Amazon EC2 instances to Azure](/azure/migrate/tutorial-migrate-aws-virtual-machines) | Amazon EC2 instances -> Azure VMs | This scenario involves migrating AWS EC2 instances to Azure VMs. |
34+
35+
The following list provides additional articles for migrating compute services. These scenarios are platform-agnostic but provide generic guidance for landing the service on Azure.
36+
37+
* [Migrate machines as physical servers to Azure](/azure/migrate/tutorial-migrate-physical-virtual-machines)
38+
* [Assess Hyper-V VMs for migration to Azure](/azure/migrate/tutorial-assess-hyper-v)
2539

2640
## Related workload components
2741

28-
Your workload contains other components as well that will need to migrate with your compute. Microsoft has similar guidance for:
42+
Compute services make up only part of your workload. Explore other components that are part of the migration process:
2943

30-
- [Databases, Data, and AI](./migrate-databases-from-aws.md)
3144
- [Storage](./migrate-storage-from-aws.md)
32-
- Identity and access management (IAM)
33-
- Networking
34-
- Messaging and integration
35-
- Security
45+
- [Databases](./migrate-databases-from-aws.md)
3646

37-
Use the table of contents to explore other topics related to your workload's architecture.
47+
Use the table of contents to explore other articles related to your workload's architecture.

articles/migration/migrate-databases-from-google-cloud.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,31 @@ ms.date: 01/28/2025
77
ms.topic: conceptual
88
---
99

10-
# Migrate databases and data from Google Cloud
10+
# Migrate databases from Google Cloud Platform (GCP) to Microsoft Azure
1111

12-
Many workloads contain databases, such as transactional databases, data warehouses, caches, serach indexes, or specialized NoSQL stores. These databases contain the data necessary for your custom applications, AI/ML context/training, business intelligence operations, or commercial off the shelf (COTS) solutions. Microsoft Azure has guidance to help you migrate a workload that involve the componets that hold and secure your data.
12+
Migrating data is a critical part when moving from Google Cloud Platform (GCP) to Microsoft Azure. This process involves transitioning your databases while making sure they work similarly in the new environment. The scope of this migration covers various database types, including relational databases, NoSQL databases, and data warehouses. For example, a workload that involves migrating a Google Cloud SQL for PostgreSQL database to Azure Database for PostgreSQL.
1313

14-
## Azure service awareness
14+
## Component comparison
1515

16-
If you haven't yet selected your application platform in Azure, review the [Azure for Google Cloud professionals guide](/azure/architecture/gcp-professional/), which has a service mapping available for databases and data. This is a list that maps similar services between the two cloud providers.
16+
Start the process by comparing the Google Cloud Platform (GCP) database and services used in the workload to their closest Azure counterparts. The goal is to identify the most suitable Azure services for your workload.
1717

18-
See, [Azure database services map](/azure/architecture/gcp-professional/services#data-platform) and the [Azure big data and analytics services map](/azure/architecture/gcp-professional/services#big-data-and-analytics).
18+
- [Compare GCP and Azure database technology](/azure/architecture/gcp-professional/services#data-platform)
1919

20-
## Scenarios and component guides
20+
> [!NOTE]
21+
> This comparison shouldn't be considered an exact representation of these services' functionality in your workload.
2122
22-
Microsoft publishes guidance for select services to help architects, developers, and database administrators plan their migration efforts. Use these guides, combined with guidance available for your other components, to assess, plan, and perform your migration.
23+
## Migration scenarios
2324

24-
### TODO: Organize and present key migration content available for this technology area
25+
Refer to these scenarios as examples for framing your migration process.
26+
27+
| Scenario | Key services | Description |
28+
| --- | --- | --- |
29+
| [Migrate to Azure Database for PostgreSQL (offline)](/azure/postgresql/migrate/migration-service/tutorial-migration-service-cloud-sql-offline) | Google Cloud SQL for PostgreSQL -> Azure Database for PostgreSQL | This scenario involves migrating a Google Cloud SQL for PostgreSQL instance to Azure Database for PostgreSQL offline, ensuring minimal downtime and data integrity. |
30+
| [Migrate to Azure Database for PostgreSQL (online)](/azure/postgresql/migrate/migration-service/tutorial-migration-service-cloud-sql-online) | Google Cloud SQL for PostgreSQL -> Azure Database for PostgreSQL | This article explores how to migrate your PostgreSQL database from Google Cloud SQL for PostgreSQL to Azure Database for PostgreSQL online. |
31+
| [Migrate MySQL on Google Cloud to Azure Database for MySQL](/azure/azure-sql/migration-guides/database/mysql-to-sql-database-guide?view=azuresql-db&preserve-view=true) | Google Cloud SQL for MySQL -> Azure Database for MySQL | In this guide, you learn how to migrate your MySQL database to an Azure SQL database by using SQL Server Migration Assistant for MySQL (SSMA for MySQL).|
32+
33+
## Additional links:
34+
The following list provides additional articles for migrating to GCP. These scenarios are platform-agnostic but provide generic guidance on migrating security components.
35+
36+
* [Migrate your SIEM in Google Cloud to Microsoft Sentinel](/azure/sentinel/migration)
37+
* [Google Cloud Platform IAM (using Azure Functions) connector for Microsoft Sentinel](/azure/sentinel/data-connectors/google-cloud-platform-iam)

articles/migration/migrate-from-google-cloud.md

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
### YamlMime:Landing
2+
3+
title: Migrate from Google Cloud Platform (GCP) to Microsoft Azure
4+
summary: Replatforming an entire workload from Google Cloud Platform (GCP) to Azure involves migrating various components, including compute, databases, storage, and applications. This section offers service comparisons between both platforms and example scenarios to help integrate components for transition to Azure.
5+
metadata:
6+
title: Migrate from Google Cloud Platform (GCP) to Microsoft Azure
7+
description: Learn about resources that can help you transition your workload components from Google Cloud Platform (GCP) to Azure.
8+
ms.topic: landing-page
9+
ms.service: azure-migrate
10+
author: robbyatmicrosoft
11+
ms.author: robbymillsap
12+
ms.reviewr: robbymillsap, chkittel, prwilk
13+
ms.date: 03/26/2025
14+
15+
landingContent:
16+
- title: Migration strategy
17+
linkLists:
18+
- linkListType: concept
19+
links:
20+
- text: Azure for Google Cloud Professionals
21+
url: /azure/architecture/gcp-professional
22+
23+
- title: Component migration
24+
linkLists:
25+
- linkListType: concept
26+
links:
27+
- text: Migrate databases
28+
url: migrate-databases-from-google-cloud.md
29+
30+
31+
- title: Start with component comparisons
32+
linkLists:
33+
- linkListType: concept
34+
links:
35+
- text: Google Cloud to Azure services comparison
36+
url: /azure/architecture/gcp-professional/services
37+
- text: Azure compute services map
38+
url: /azure/architecture/gcp-professional/services#compute
39+
- text: Azure databases services map
40+
url: /azure/architecture/gcp-professional/services#data-platform
41+
- text: Azure storage services map
42+
url: /azure/architecture/gcp-professional/services#storage
43+
- text: Azure networking services map
44+
url: /azure/architecture/gcp-professional/services#networking
45+
- text: Azure security and identity services map
46+
url: /azure/architecture/gcp-professional/services#security-and-identity
47+
48+
- title: Migration examples
49+
linkLists:
50+
- linkListType: concept
51+
links:
52+
- text: Migrate to Azure Database for PostgreSQL (online)
53+
url: /azure/postgresql/migrate/migration-service/tutorial-migration-service-cloud-sql-online
54+
- text: Migrate MySQL on Google Cloud to Azure Database for MySQL
55+
url: /azure/azure-sql/migration-guides/database/mysql-to-sql-database-guide?view=azuresql-db&preserve-view=true
56+
- text: Migrate your SIEM in Google Cloud to Microsoft Sentinel
57+
url: /azure/sentinel/migration
58+
- text: Google Cloud Platform IAM (using Azure Functions) connector for Microsoft Sentinel
59+
url: /azure/sentinel/data-connectors/google-cloud-platform-iam
60+
61+
- title: Migration training modules
62+
linkLists:
63+
- linkListType: learn
64+
links:
65+
- text: Introduction to migrating from Google Cloud to Microsoft Azure
66+
url: /training/modules/introduction-to-migrating-gcp-to-azure
67+
- text: Configure and migrate to Azure Database for PostgreSQL
68+
url: /training/paths/microsoft-learn-azure-database-for-postgresql/
69+
- text: Migrate to Azure Database for PostgreSQL
70+
url: /training/modules/migrate-azure-database-postgresql-flexible-server/
71+
72+
- title: Explore related resources
73+
linkLists:
74+
- linkListType: reference
75+
links:
76+
- text: Azure for Google Cloud Professionals
77+
url: /azure/architecture/gcp-professional/
78+
- text: Azure Migrate documentation
79+
url: /azure/migrate/
80+
- text: Assess Google Cloud Platform (GCP) VM instances for migration to Azure
81+
url: /azure/migrate/tutorial-assess-gcp
82+
83+

0 commit comments

Comments
 (0)