You have an Azure application that uses the services shown in the following table.
How should you calculate the composite SLA for the application?
A
Explanation:
Composite SLAs involve multiple services supporting an application, each with differing levels of availability. For example,
consider an App Service web app that writes to Azure SQL Database. At the time of this writing, these Azure services have
the following SLAs:
App Service web apps = 99.95%
SQL Database = 99.99%
What is the maximum downtime you would expect for this application? If either service fails, the whole application fails. The
probability of each service failing is independent, so the composite SLA for this application is 99.95% 99.99% = 99.94%.
That's lower than the individual SLAs, which isn't surprising because an application that relies on multiple services has more
potential failure points.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/reliability/requirements#understand-service-level-agreements
Correct
https://learn.microsoft.com/en-us/azure/architecture/framework/resiliency/business-metrics#composite-slas
A= 99.89001%
max(0.999, 0.9999) = 0.9999=99.99%
99.89001%
99.89001
Zusammengesetzte SLAs umfassen mehrere Dienste, die eine Anwendung unterstützen, und jeder hat unterschiedliche Verfügbarkeitsstufen.
Betrachten Sie beispielsweise eine App Service-Web-App, die in die Azure SQL-Datenbank schreibt. Zum Zeitpunkt des Schreibens dieses Artikels haben diese Azure-Dienste
die folgenden SLAs:
App Service-Web-Apps = 99,95 %
SQL-Datenbank = 99,99 %