Is RA-GZRS storage accessible in the secondary region during the failover process

MO-64 391 Reputation points
2023-07-12T16:13:03.0033333+00:00

Hi,

I know read only access to RA-GZRS storage is available in the secondary region before a failover & after a failover. Does this mean it's not available during failover i.e. when it's happening?

Thank you in advance for your help.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 83,971 Reputation points
    2023-07-13T09:00:24.5733333+00:00

    Hi,

    Yes, the secondary is available during the failover process, however...

    In one key aspect the secondary endpoint is not available after failover, so you should keep this in mind for your designs. Once the failover has completed, the -secondary endpoint doesn't exist. You only have the primary endpoints, which now point (via DNS) to what used to be the secondary.

    For example, if you have an application programmed to read from the secondary it will have problems after a failover has completed unless you write it specifically to account for this.

    -TP

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 19,032 Reputation points Microsoft Employee
    2023-07-13T01:50:59.5466667+00:00

    @MO-64 Thanks for posting your query on Microsoft Q&A.

    With RA-GZRS, read only access to data in secondary region will be available even during the failover.

    If your applications require high availability, then you can configure your storage account for read access to the secondary region. When you enable read access to the secondary region, then your data is always available to be read from the secondary, including in a situation where the primary region becomes unavailable. Read-access geo-redundant storage (RA-GRS) or read-access geo-zone-redundant storage (RA-GZRS) configurations permit read access to the secondary region.

    Reference document: https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy#read-access-to-data-in-the-secondary-region


    If you have further questions, let me know in the comments. Comment is the fastest way of notifying the experts.

    If this helped, please 'Accept answer' so that it can improve discoverability for others facing the same issue.User's image

    1 person found this answer helpful.
    0 comments No comments