View all questions & answers for the AZ-900 exam
You have an Azure application that uses the services shown in the following table.
How should you calculate the composite SLA for the application?
Max(0.999, 0.9999) = 0.9999 = 99.99%
0.999 / 0.9999 = 4.9991 = 99.91%
0.999 * 0.9999 = 0.9989001 = 99.89001%
Min(0.999, 0.9999) = 0.999 = 99.9%
Submit