|
1 | 1 | ---
|
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. |
4 | 4 | author: robbyatmicrosoft
|
5 | 5 | ms.author: robbymillsap
|
6 | 6 | ms.date: 01/28/2025
|
7 | 7 | ms.topic: conceptual
|
8 | 8 | ms.custom: migration
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Migrate databases from Google Cloud Platform (GCP) to Microsoft Azure |
| 11 | +# Migrate databases from Google Cloud Platform (GCP) to Azure |
12 | 12 |
|
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. |
14 | 14 |
|
15 | 15 | ## Component comparison
|
16 | 16 |
|
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). |
20 | 18 |
|
21 | 19 | > [!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. |
23 | 21 |
|
24 | 22 | ## Migration scenarios
|
25 | 23 |
|
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. |
27 | 25 |
|
28 | 26 | | Scenario | Key services | Description |
|
29 | 27 | | --- | --- | --- |
|
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. |
33 | 35 |
|
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) |
36 | 38 |
|
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