I am currently investigating if an architecture some colleagues designed will meet the customers' SLAs. One part of that architecture is the use of Azure container app. Azure states that the SLA of this service is 99.95%, but I am wondering if this can really be the case. I'd say it depends whether you enable zone-redundancy or not. If I am correct, what will be the availability of a container app distributed over 3 Zones in one region then? Can you please help me understanding this?
Also: What impact does it have to distribute over 2 Regions with 3 Zone each (with traffic manager at front)?