Skip to content

Commit 857fd53

Browse files
committed
edit pass: introduction-to-migrating-gcp-to-azure
1 parent aa9c61e commit 857fd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/introduction-to-migrating-gcp-to-azure/includes/5-choose-database-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Relational databases enforce strict relationships between data rows in different tables and a static schema. NoSQL databases are less strict, but they can store data more efficiently and are more effective for some applications. Data warehouses are amalgamations of databases from throughout your organization that can provide deep insights and support. Both Azure and Google Cloud provide options for all these data stores and more.
22

3-
In the the scenario of the global cycling retailer, you have customer data stored in Google Cloud, Spanner, and Bigtable. The customer data is sensitive because it stores personal details, including addresses and credit card information. You're assessing whether to migrate the data into your recently acquired competitor's customer relationship management (CRM) system. This CRM system uses Azure Cosmos DB for storage. You need to understand the features of Azure database services.
3+
In the scenario of the global cycling retailer, you have customer data stored in Google Cloud, Spanner, and Bigtable. The customer data is sensitive because it stores personal details, including addresses and credit card information. You're assessing whether to migrate the data into your recently acquired competitor's customer relationship management (CRM) system. This CRM system uses Azure Cosmos DB for storage. You need to understand the features of Azure database services.
44

55
In this unit, let's explore how Azure data services map to similar ones in Google Cloud.
66

0 commit comments

Comments
 (0)