1

From what I know MS Azure guarantees SLA 99.95% for worker role when there is more than one instance (https://azure.microsoft.com/en-us/support/legal/sla/cloud-services/v1_5/).

However I also do know that SLA 99.9% is guaranteed for a single VM in case it uses premium storage (https://azure.microsoft.com/en-us/support/legal/sla/virtual-machines/v1_6/).

Based on this logic, if a worker role is deployed on one instance which uses premium storage shouldn't the SLA be guaranteed for that instance? I am following the same logic which applies to VM sets (having a single VM with premium storage in VM set..).

csg
  • 2,047
  • 2
  • 22
  • 35

1 Answers1

0

SLA for PaaS instances not the same as the SLA for individual VMs.

You can check each of the SLA for a specific service here: https://azure.microsoft.com/en-us/support/legal/sla/

micahmckittrick
  • 1,476
  • 8
  • 11