0
votes

Is there any option to maintain HA specifically on Azure storage queues/tables, to do read as well as write to the queue on the secondary region if the primary goes down?

Is there any reference to do the programmatic failover switch?

For development & testing, how to simulate "primary" down situation?

If primary location is down, what kind/name of exception to except from Azure storage SDK to implement fail over to secondary?

1

1 Answers

0
votes

This is already enabled within Azure storage, you do not have to do anything further once you configure in the creation step.Azure Storage offers the following types of replication:

  • Locally redundant storage (LRS)
  • Zone-redundant storage (ZRS)
  • Geo-redundant storage (GRS) or read-access geo-redundant storage (RA-GRS)
  • Geo-zone-redundant storage (GZRS) or read-access geo-zone-redundant storage (RA-GZRS)

You can read more here