From 909676038596a1dc8d56d06533483d6da64188ea Mon Sep 17 00:00:00 2001 From: Josh Meisels Date: Mon, 27 Mar 2017 22:31:35 -0700 Subject: [PATCH] Differentiate Basic A0 and Standard A0 --- algo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/algo b/algo index f8be2a13..79cef1dc 100755 --- a/algo +++ b/algo @@ -159,7 +159,8 @@ Enter the number of your desired region: What size do you want your VM? 1) Standard D1 (not available in all regions) 2) Standard D1 v2 - 3) A0 (cheapest) + 3) Standard A0 (cheap) + 4) Basic A0 (cheapest) Enter the number of your desired size [1]: " -r azure_vm_size azure_vm_size=${azure_vm_size:-1} @@ -168,6 +169,7 @@ Enter the number of your desired size 1) vm_size="Standard_D1" 2) vm_size="Standard_D1_v2" 3) vm_size="ExtraSmall" + 4) vm_size="Basic_A0" esac #source for sizes: https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-sizes-specs