Open jalberto opened 7 years ago
Thanks for pointing this out @jalberto. We will update this shortly and thinking of waiting till the v3 instances become available in all Azure regions. Are you specifically looking to use a capability available only in the v3 instances?
As a workaround I just edited the template.
Main reason to use V3 is not to upgrade later :)
As a suggestion, why not just to use latest version available in whatever Azure region is being use?
so user selects D2 and it detects in current region latest version is V3 and use it
You need to add the B-series vms.
It looks like they have an api to get a list of what's available: https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines/listavailablesizes
Expected behavior
list new VMs sizes
Actual behavior
it list old versions of VM sizes (D2-v2 instead of D2-v3)