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..).