From 16bb45a7ed8f5e299abf5f2f3705a83c19e77ee1 Mon Sep 17 00:00:00 2001 From: carrollh Date: Wed, 5 Jun 2019 23:37:41 -0400 Subject: [PATCH] trying to just log in to 2008 R2 --- Templates/creatingSiosVMs.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Templates/creatingSiosVMs.json b/Templates/creatingSiosVMs.json index d8ba997..afdf8d5 100644 --- a/Templates/creatingSiosVMs.json +++ b/Templates/creatingSiosVMs.json @@ -71,9 +71,9 @@ "name": "[concat(variables('siosVMNamePrefix'), '0')]", "location": "[parameters('location')]", "plan": { - "name": "bring_your_own_license", - "publisher": "sios_datakeeper", - "product": "sios-datakeeper-8" + "name": "2.127.20190521", + "publisher": "MicrosoftWindowsServer", + "product": "WindowsServer" }, "properties": { "hardwareProfile": { @@ -89,9 +89,9 @@ }, "storageProfile": { "imageReference": { - "publisher": "sios_datakeeper", - "offer": "sios-datakeeper-8", - "sku": "bring_your_own_license", + "publisher": "MicrosoftWindowsServer", + "offer": "WindowsServer", + "sku": "2008-R2-SP1", "version": "latest" }, "osDisk": { @@ -171,9 +171,9 @@ "name": "[concat(variables('siosVMNamePrefix'), '1')]", "location": "[parameters('location')]", "plan": { - "name": "bring_your_own_license", - "publisher": "sios_datakeeper", - "product": "sios-datakeeper-8" + "name": "2.127.20190521", + "publisher": "MicrosoftWindowsServer", + "product": "WindowsServer" }, "properties": { "hardwareProfile": { @@ -189,9 +189,9 @@ }, "storageProfile": { "imageReference": { - "publisher": "sios_datakeeper", - "offer": "sios-datakeeper-8", - "sku": "bring_your_own_license", + "publisher": "MicrosoftWindowsServer", + "offer": "WindowsServer", + "sku": "2008-R2-SP1", "version": "latest" }, "osDisk": {