From b01471bf2f79868eb03b474ff0bf49da6b46121b Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sun, 10 Nov 2019 15:51:28 -0800 Subject: [PATCH] Update Azure config - Add Standard_B1ls to VM size options --- azure/azuredeploy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/azure/azuredeploy.json b/azure/azuredeploy.json index 38fbec2..455aadb 100644 --- a/azure/azuredeploy.json +++ b/azure/azuredeploy.json @@ -37,6 +37,7 @@ "type": "string", "defaultValue": "Standard_B1s", "allowedValues": [ + "Standard_B1ls", "Standard_B1s", "Standard_B1ms", "Standard_B2s",