An Azure service that is used to provision Windows and Linux virtual machines.
Hi Jeff,
Please navigate to your VM in portal, on left click on Availability + scale -- Size. In upper right corner, change the dropdown to No grouping. There will be several second delay while it retrieves sizes. In the search box in upper left, enter DC to filter the list for sizes that begin with DC.
If there is a DC*sv_v3 that you are interested in, hover your mouse over the little info icon after the name. It should show notification bubble with reason why it is incompatible. For example, if your current VM is in Zone 2, it may say something to the effect that the size isn't available in Zone 2, but it is available in Zone 3.
If you see message like above you know the reason is the size isn't available in current zone. What you can do in this specific case is deallocate your VM, take snapshot of OS disk (for this sample I'm assuming only OS disk), create disk from the snapshot in target Availability Zone (in this example, Zone 3), then create new VM from new disk in target zone, placing it in same VNet as original VM, selecting DC*sv_v3 size.
My example scenario above is only considering the VM in isolation. In real world there may be other considerations before you decide to move a VM to a different zone.
Please reply back with your findings.
Thanks.
-TP