From fc42866037772129e16a67f905f357008f7ea473 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Wed, 17 Aug 2022 04:01:07 +0700 Subject: [PATCH] Resources added for Data Management (#1533) * Resources added for Data Management * Update content/roadmaps/102-devops/content/110-data-management.md Co-authored-by: Kamran Ahmed --- .../roadmaps/102-devops/content/110-data-management.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/110-data-management.md b/content/roadmaps/102-devops/content/110-data-management.md index d1cc2861f..8c4fa94fb 100644 --- a/content/roadmaps/102-devops/content/110-data-management.md +++ b/content/roadmaps/102-devops/content/110-data-management.md @@ -1 +1,8 @@ -# Data management \ No newline at end of file +# Data Management + +Data management is the key element of cloud applications, and influences most of the quality attributes. Data is typically hosted in different locations and across multiple servers for reasons such as performance, scalability or availability, and this can present a range of challenges. For example, data consistency must be maintained, and data will typically need to be synchronized across different locations. + +Additionally data should be protected at rest, in transit, and via authorized access mechanisms to maintain security assurances of confidentiality, integrity, and availability. Refer to the Azure Security Benchmark Data Protection Control for more information. + +Free Content +Data management patterns