Skip to content

Latest commit

 

History

History
executable file
·
176 lines (103 loc) · 9.36 KB

README.md

File metadata and controls

executable file
·
176 lines (103 loc) · 9.36 KB

Design a data platform solution (15-20%)

Storage account type Supported services Supported performance tiers Supported access tiers Replication options Deployment model1 Encryption2
General-purpose V2 Blob, File, Queue, Table, Disk, and Data Lake Gen26 Standard, Premium5 Hot, Cool, Archive3 LRS, GRS, RA-GRS, ZRS, GZRS (preview), RA-GZRS (preview)4 Resource Manager Encrypted
General-purpose V1 Blob, File, Queue, Table, and Disk Standard, Premium5 N/A LRS, GRS, RA-GRS Resource Manager, Classic Encrypted
BlockBlobStorage Blob (block blobs and append blobs only) Premium N/A LRS, ZRS4 Resource Manager Encrypted
FileStorage File only Premium N/A LRS, ZRS4 Resource Manager Encrypted
BlobStorage Blob (block blobs and append blobs only) Standard Hot, Cool, Archive3 LRS, GRS, RA-GRS Resource Manager Encrypted

Design a data management strategy

Design a data protection strategy

  • recommend geographic data storage
LRS ZRS GRS RA-GRS
Overview Replicates data in a single datacenter Stores copies of data across multiple datacenters Stores copies in a local datacenter, like LRS, but then stores three more copies in a datacenter in another region Same as GRS, but offers read access in the secondary datacenter in the other region
Data copies 3 3 6 6
Use case Ensures that your data is highly available but, for compliance reasons, must be kept local A higher durability option for block storage, where data can stay in only one region Where you need to ensure that your data and systems are always available despite datacenter or region outages Where your applications (especially those with many read requests) can read data from other regions, but also to ensure that read operations are always available even if the primary region is down

Design and document data flows

Design a monitoring strategy for the data platform