CDCgov / prime-simplereport

SimpleReport is a fast, free, and easy way for COVID-19 testing facilities to report results to public health departments.
https://simplereport.gov
Creative Commons Zero v1.0 Universal
57 stars 54 forks source link

SR Availability zone usage #5508

Open alismx opened 1 year ago

alismx commented 1 year ago

We need to consider updating our usage of Azure availability zones. Utilizing this feature is generally recommended to reduce the possibility of an outage due to a localized event at a region's data center.

By being available across zones, we will enable additional redundancy in the case of a zone outage.

alismx commented 1 year ago

https://github.com/CDCgov/prime-simplereport/pull/6051/files

Pros: Enables container zone balancing for the API Cons: This will be involved terraform state work. It requires re-creating our app service plan.

While this would be worthwhile, I'd like to put it off for a bit until we have more of a reason to recreate the app service plan.