Exam DP203 Course Tybul 04 Storage Account Redundancy

From MillerSql.com
Revision as of 23:35, 27 November 2024 by NeilM (talk | contribs)

04 Storage Account Redundancy

https://www.youtube.com/watch?v=K9epl86BGOk


LRS - Locally Redundant Storage: Copy of the data written to three local drives/servers in the same datacentre.

ZRS - Zone Redundant Storage: Copy of the data written to servers in three Availability Zones in the same datacentre. These are defined as having independent power, cooling, and networks.

GRS - Geo Redundant Storage: Copies of the data across three different datacentre regions (but done asynchronously from primary to secondary region due to the latency). And in this secondary region, data is copied locally to three places.

RA-GRS: Same as GRS, but clients can also read data from the secondary (writes must be made to the primary though).

GZRS - Geo Zone Redundant Storage: This is the same as ZRS, but also with asynchronous copy to a secondary region.

RA - GZRS: Same as GZRS but with read-only access to the data on the secondary.

When you create the storage account in the Azure Portal, you choose which of the above options you want to apply, in the Redundancy pop-up list, with a checkbox to say whether you want the RA options of these.