Understanding Azure storage resiliency options
Azure storage accounts have several options when creating them to define how the data within them is protected and made available in the event of hardware or even regional failure.
We looked in detail at storage accounts in Chapter 9, Exploring Storage Solutions, where we looked at different replication options such as locally redundant storage (LRS) and geo-redundant storage (GRS).
To recap, data in Azure is always replicated to ensure durability and high availability. Storage replication can be set during the creation of a storage account; however, you can change the type of replication later by using the Azure portal, PowerShell, or the CLI.
In the event of an outage of the region that contains your storage account, failover is not automatic. You must manually switch your secondary replica to be the primary. Note that because data is copied from one region to another asynchronously, that is, the data is copied to the secondary...