Skip to content

Commit d06acd5

Browse files
authored
Merge pull request #297066 from robbyatmicrosoft/migrate-to-gcp-database-intro
Updated database intro page
2 parents ac4ba24 + d48ded3 commit d06acd5

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

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)

0 commit comments

Comments
 (0)