GRS – Understanding and Managing Storage
Thisoption is chosen to protect against a region failure while also offering protection within a single data center for each region. Effectively, you get six copies of data (three in each region). Data is copied asynchronously across regions but synchronously within the data center. The following screenshot illustrates replication for GRS:

Figure 6.4 – GRS replication
Now that you understand what GRS storage replication is, we will explore GZRS replication.
GZRS
This option is chosen toprotect against a region failure while also offering HA and protection within each region. Effectively, you get six copies of data (three in the primary region distributed across AZs, and three distributed within a data center in the secondary region). Data is copied asynchronously across regions but synchronously within the region and data center. The following screenshot illustrates replication for GZRS/ RA-GZRS:

Figure 6.5 – GZRS replication
Now that you understand what GZRS storage replication is, we can conclude this section on storage redundancy types. In the next section, we provide additional reading material to learn more about storage.
Top Tip
The archive tier of storage does not support ZRS, GZRS, and RA-GZRS redundancy options.
Further reading
That brings this section to an end. In this section, we have learned what storage accounts are, why they are necessary, and how they work.
We encourage you to read up further by using the following links:
- Azure Blob storage: https://docs.microsoft.com/en-us/azure/ storage/blobs/storage-blobs-introduction
- Blob access tiers: https://docs.microsoft.com/en-us/azure/ storage/blobs/access-tiers-overview
- Understanding block blobs, append blobs, and page blobs: https:// docs.microsoft.com/en-us/rest/api/storageservices/ understanding-block-blobs–append-blobs–and-page-blobs
- Rehydrating blob data from Archive tier: https://docs. microsoft.com/en-us/azure/storage/blobs/storage-blob-rehydration?tabs=azure-portal
- Storage account SLA: https://azure.microsoft.com/en-us/support/ legal/sla/storage/v1_5/
- Storage redundancy: https://docs.microsoft.com/en-us/azure/ storage/common/storage-redundancy
Creating and configuring storage accounts
Now that we understand more about storage accounts and what to be aware of, we are going to create a storage account in Azure. A storage account needs to be in place before you can upload any data or files to Azure.