Skip to content

Commit 47ad0e4

Browse files
Merge pull request #297247 from v-stsavell/414151
Quality check: Migrate databases from Google Cloud Platform
2 parents 3af1134 + 59b8295 commit 47ad0e4

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,39 @@
11
---
2-
title: Migrate Databases from Google Cloud
3-
description: Concepts, how-tos, best practices for moving databases from Google Cloud to Azure.
2+
title: Migrate Databases from Google Cloud to Azure
3+
description: Learn about concepts, how-tos, and best practices for moving databases from Google Cloud Platform (GCP) to Azure.
44
author: robbyatmicrosoft
55
ms.author: robbymillsap
66
ms.date: 01/28/2025
77
ms.topic: conceptual
88
ms.custom: migration
99
---
1010

11-
# Migrate databases from Google Cloud Platform (GCP) to Microsoft Azure
11+
# Migrate databases from Google Cloud Platform (GCP) to Azure
1212

13-
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.
13+
Data migration is a crucial step when you move from Google Cloud Platform (GCP) to Azure. This process requires you to transition your databases while making sure that they work effectively in the new environment. The scope of this migration includes various database types, such as relational databases, NoSQL databases, and data warehouses. For example, your migration might include a workload that migrates a Google Cloud SQL for PostgreSQL database to Azure Database for PostgreSQL.
1414

1515
## Component comparison
1616

17-
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.
18-
19-
- [Compare Google Cloud and Azure database](/azure/architecture/gcp-professional/services#data-platform)
17+
Start the migration process by comparing the 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. For more information, see [Compare Google Cloud and Azure database](/azure/architecture/gcp-professional/services#data-platform).
2018

2119
> [!NOTE]
22-
> This comparison shouldn't be considered an exact representation of these services' functionality in your workload.
20+
> This comparison isn't an exact representation of the functionality that these services provide in your workload.
2321
2422
## Migration scenarios
2523

26-
Refer to these scenarios as examples for framing your migration process.
24+
Use the following migration guides as examples to help structure your migration strategy.
2725

2826
| Scenario | Key services | Description |
2927
| --- | --- | --- |
30-
| [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. |
31-
| [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. |
32-
| [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).|
28+
| [Migrate to Azure Database for PostgreSQL offline](/azure/postgresql/migrate/migration-service/tutorial-migration-service-cloud-sql-offline). | Google Cloud SQL for PostgreSQL to Azure Database for PostgreSQL | This scenario migrates a Google Cloud SQL for PostgreSQL instance to Azure Database for PostgreSQL offline. This approach helps ensure minimal downtime and data integrity. |
29+
| [Migrate to Azure Database for PostgreSQL online](/azure/postgresql/migrate/migration-service/tutorial-migration-service-cloud-sql-online). | Google Cloud SQL for PostgreSQL to Azure Database for PostgreSQL | This article describes how to migrate your PostgreSQL database from Google Cloud SQL for PostgreSQL to Azure Database for PostgreSQL online. |
30+
| [Migrate MySQL on Google Cloud to Azure Database for MySQL](/azure/azure-sql/migration-guides/database/mysql-to-sql-database-guide). | Google Cloud SQL for MySQL to Azure Database for MySQL | This article describes how to migrate your MySQL database to an Azure SQL database by using SQL Server Migration Assistant for MySQL.|
31+
32+
## Related workload components
33+
34+
The following list includes platform-agnostic articles that have general guidance about how to migrate databases and security components to GCP.
3335

34-
## Additional links:
35-
The following list provides additional articles for migrating to GCP. These scenarios are platform-agnostic but provide generic guidance on migrating security components.
36+
- [Plan your migration to Microsoft Sentinel](/azure/sentinel/migration)
37+
- [Google Cloud Platform Identity and Access Management by using Azure Functions connector for Microsoft Sentinel](/azure/sentinel/data-connectors/google-cloud-platform-iam)
3638

37-
* [Migrate your SIEM in Google Cloud to Microsoft Sentinel](/azure/sentinel/migration)
38-
* [Google Cloud Platform IAM (using Azure Functions) connector for Microsoft Sentinel](/azure/sentinel/data-connectors/google-cloud-platform-iam)
39+
Use the table of contents to explore other articles that relate to your workload's architecture.

0 commit comments

Comments
 (0)