Skip to content

Commit fa17913

Browse files
authored
Merge pull request #297052 from robbyatmicrosoft/migration-from-gcp2
Migration from gcp2
2 parents 974d0b4 + 62bb8d2 commit fa17913

File tree

5 files changed

+90
-45
lines changed

5 files changed

+90
-45
lines changed

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-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+

articles/migration/migrate-to-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We recommend starting your learning journey based on your source platform:
5454
5555

5656
> [!div class="nextstepaction"]
57-
> [Migrate a workload from Google Cloud](./migrate-from-google-cloud.md)
57+
> [Migrate a workload from Google Cloud](./migrate-from-google-cloud.yml)
5858
5959
You'll also find guidance that's applicable to all platforms. Such platform-agnostic guidance is included in all sections for convenience.
6060

articles/migration/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ items:
117117
- name: Migrate from Google Cloud
118118
items:
119119
- name: Getting started
120-
href: ./migrate-from-google-cloud.md
120+
href: ./migrate-from-google-cloud.yml
121121
# - name: Workload migration process
122122
# items:
123123
# - name: 1. Assess your current workload
@@ -151,4 +151,6 @@ items:
151151
- name: Azure security services map
152152
href: /azure/architecture/gcp-professional/services#security-and-identity
153153
- name: Migrate your SIEM in Google Cloud to Microsoft Sentinel
154-
href: /azure/sentinel/migration
154+
href: /azure/sentinel/migration
155+
- name: Google Cloud Platform IAM (using Azure Functions) connector for Microsoft Sentinel
156+
href: /azure/sentinel/data-connectors/google-cloud-platform-iam

0 commit comments

Comments
 (0)