You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migration/migrate-databases-from-google-cloud.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,31 @@ ms.date: 01/28/2025
7
7
ms.topic: conceptual
8
8
---
9
9
10
-
# Migrate databases and data from Google Cloud
10
+
# Migrate databases from Google Cloud Platform (GCP) to Microsoft Azure
11
11
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.
13
13
14
-
## Azure service awareness
14
+
## Component comparison
15
15
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.
17
17
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)
19
19
20
-
## Scenarios and component guides
20
+
> [!NOTE]
21
+
> This comparison shouldn't be considered an exact representation of these services' functionality in your workload.
21
22
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
23
24
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)
0 commit comments