From 1f9ac80e1d2867ea4ac6b3fcddc0466f2fa4953d Mon Sep 17 00:00:00 2001 From: falloutxAY Date: Mon, 19 Aug 2019 18:04:02 +0700 Subject: [PATCH 1/2] Added Database article Added article to choose the right data store. --- docs/cloud-adoption/ready/azure-best-practices/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cloud-adoption/ready/azure-best-practices/index.md b/docs/cloud-adoption/ready/azure-best-practices/index.md index 1e38d4b33fb..45924eadeac 100644 --- a/docs/cloud-adoption/ready/azure-best-practices/index.md +++ b/docs/cloud-adoption/ready/azure-best-practices/index.md @@ -51,6 +51,7 @@ Use the following guidance when designing your identity and access control infra - [Choose the correct SQL Server option in Azure](https://docs.microsoft.com/azure/sql-database/sql-database-paas-vs-sql-server-iaas?toc=https://docs.microsoft.com/azure/architecture/toc.json&bc=https://docs.microsoft.com/azure/architecture/bread/toc.json). Choose the PaaS or IaaS solution that best supports your SQL Server workloads. - [Database security best practices](https://docs.microsoft.com/azure/security/azure-database-security-best-practices?toc=https://docs.microsoft.com/azure/architecture/toc.json&bc=https://docs.microsoft.com/azure/architecture/bread/toc.json). Learn best practices for database security on the Azure platform. +- [Choose the right data store](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview). Selecting the right data store for your requirements is a key design decision. There are literally hundreds of implementations to choose from among SQL and NoSQL databases. Data stores are often categorized by how they structure data and the types of operations they support. This article describes several of the most common storage models. ## Cost management From e30087aa10143e6131efd3059a8555847aad6ce2 Mon Sep 17 00:00:00 2001 From: Derek Martin Date: Thu, 22 Aug 2019 14:09:16 -0500 Subject: [PATCH 2/2] Update index.md Resolve en-us --- docs/cloud-adoption/ready/azure-best-practices/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud-adoption/ready/azure-best-practices/index.md b/docs/cloud-adoption/ready/azure-best-practices/index.md index 45924eadeac..692852c52e6 100644 --- a/docs/cloud-adoption/ready/azure-best-practices/index.md +++ b/docs/cloud-adoption/ready/azure-best-practices/index.md @@ -51,7 +51,7 @@ Use the following guidance when designing your identity and access control infra - [Choose the correct SQL Server option in Azure](https://docs.microsoft.com/azure/sql-database/sql-database-paas-vs-sql-server-iaas?toc=https://docs.microsoft.com/azure/architecture/toc.json&bc=https://docs.microsoft.com/azure/architecture/bread/toc.json). Choose the PaaS or IaaS solution that best supports your SQL Server workloads. - [Database security best practices](https://docs.microsoft.com/azure/security/azure-database-security-best-practices?toc=https://docs.microsoft.com/azure/architecture/toc.json&bc=https://docs.microsoft.com/azure/architecture/bread/toc.json). Learn best practices for database security on the Azure platform. -- [Choose the right data store](https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview). Selecting the right data store for your requirements is a key design decision. There are literally hundreds of implementations to choose from among SQL and NoSQL databases. Data stores are often categorized by how they structure data and the types of operations they support. This article describes several of the most common storage models. +- [Choose the right data store](https://docs.microsoft.com/azure/architecture/guide/technology-choices/data-store-overview). Selecting the right data store for your requirements is a key design decision. There are literally hundreds of implementations to choose from among SQL and NoSQL databases. Data stores are often categorized by how they structure data and the types of operations they support. This article describes several of the most common storage models. ## Cost management