Azure Storage Replication Flashcards
What are the six Azure Replication Options?
- Local-Redundant Storage (LRS)
- Zone-Redundant Storage (ZRS)
- Geo-Redundant Storage (GRS)
- Geo-Zone-Redundant Storage (GZRS)
- Read-Access Geo-Redundant Storage (RA-GRS)
- Read-Access Geo-Zone-Redundant Storage (RA-GZRS)
What is Local-Redundant Storage (LRS)?
- 3 synchronous copies of a storage account
- 1 primary region
- 1 availability zone or physical location
What is Zone-Redundant Storage (ZRS)
- 3 synchronous copies of a storage account
- 1 primary region
- 3 availability zones or physical location
What is Geo-Redundant Storage (GRS)
- 3 synchronous copies of a storage account per region
- 2 regions
- 1 availability zone per region
- Secondary region only available in read-only is primary goes down and failover happens
What is Geo-Zone-Redundant Storage (GZRS)?
- 3 synchronous copies of a storage account per region
- 2 regions
- 3 availability zones in primary region
- 1 availability zone in secondary region
- Secondary region only available in read-only is primary goes down and failover happens
By default, is the secondary region in GRS and GZRS read-only accessible before failover?
No, read-only access becomes available after an outage and subsequent failover.
How does (Read-Access) RA-GRS and RA-GZRS differe from their non RA counterparts (GRS and GZRS)?
Allows for read-access in the secondary region at anytime.
How would you access the read-only secondary region storage account?
Appending -secondary to the storage account name in the Storage Account Endpoint URL.
Fill in with Yes or No blanked out fields