We want to run a worker role to perform disk intensive database upgrades and scale-out instances as we have more of them to do.
It would appear that we can't take advantage of the DS series virtual machines sizes for worker roles. After setting the zmsize to the DS series machine we want we got this error:
Value 'Standard_DS3' specified for parameter 'RoleSize' is invalid.
Allowed values are
'ExtraSmall,Small,Medium,Large,ExtraLarge,A5,A6,A7,A8,A9,A10,A11,Standard_D1,
Standard_D2,Standard_D3,Standard_D4,Standard_D11,Standard_D12,Standard_D13,
Standard_D14'.
Is there any way to attach SSD storage to a worker role?