From 7968c317a565a40cc2e7d2fda2e662c35776535b Mon Sep 17 00:00:00 2001 From: Derek Martin Date: Tue, 20 Aug 2019 11:46:05 -0500 Subject: [PATCH] Update data-storage.md Closes https://github.com/MicrosoftDocs/architecture-center/issues/1518 with an update to ADLS storage and blob storage supporting GRS, RA-GRS and ZRS --- docs/data-guide/technology-choices/data-storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data-guide/technology-choices/data-storage.md b/docs/data-guide/technology-choices/data-storage.md index 92d46468286..b1b62990f04 100644 --- a/docs/data-guide/technology-choices/data-storage.md +++ b/docs/data-guide/technology-choices/data-storage.md @@ -1,8 +1,8 @@ --- title: Choosing a data storage technology description: -author: zoinerTejada -ms.date: 02/12/2018 +author: mikewasson +ms.date: 02/20/2019 ms.topic: guide ms.service: architecture-center ms.subservice: cloud-fundamentals @@ -108,7 +108,7 @@ The following tables summarize the key differences in capabilities. | Developer SDKs | .NET, Java, Python, Node.js | .Net, Java, Python, Node.js, C++, Ruby | | Analytics workload performance | Optimized performance for parallel analytics workloads, High Throughput and IOPS | Not optimized for analytics workloads | | Size limits | No limits on account sizes, file sizes or number of files | Specific limits documented [here](/azure/azure-subscription-service-limits#storage-limits) | -| Geo-redundancy | Locally-redundant (multiple copies of data in one Azure region) | Locally redundant (LRS), globally redundant (GRS), read-access globally redundant (RA-GRS). See [here](/azure/storage/common/storage-redundancy) for more information | +| Geo-redundancy | Locally-redundant (LRS), globally redundant (GRS), read-access globally redundant (RA-GRS), zone-redundant (ZRS). | Locally redundant (LRS), globally redundant (GRS), read-access globally redundant (RA-GRS), zone-redundant (ZRS). See [here](/azure/storage/common/storage-redundancy) for more information | ### NoSQL database capabilities