Standard or Premium App Service Plan provides 99.95% SLA. Is that mean, it does maintain Web Apps are replicated or deployed on Azure virtual machines which are located in an Availability set that have Fault domains and update domains.
I'm curious about that, high availability is achieved when running a service on Microsoft Azure virtual machines in an availability set having 2 or more Fault domains and 5 or more update domains which means SLA up-time is guaranteed to 99.95%, where as Microsoft Azure app service (standard and premium) also guarantees SLA up-time to 99.95%.
So My question is whether the app service has a mechanism which uses the same availability set concept of high availability? or it does not use?