From 87fa30bfa705237f59d9f5970485492f49a76bc6 Mon Sep 17 00:00:00 2001 From: Joel-Adams Date: Wed, 14 Nov 2018 14:20:12 -0500 Subject: [PATCH 1/2] Update azuredeploy.json --- azuredeploy.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index fb81a98..bc67468 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -97,7 +97,7 @@ "type": "string", "defaultValue": "defaultgallery", "allowedValues": [ - "defaultgallery", "marketplace" + "defaultgallery", "marketplace", "sourceImageURI" ], "metadata": { "description": "OpenShift OS image type. 'defaultgallery' will use the on demand RHEL image. 'marketplace' allows you to define a third party marketplace image to use." @@ -115,6 +115,12 @@ "description": "Enter the appropriate publisher, offer, sku and version values for the appropriate marketplace image you want to use." } }, + "sourceImageURI": { + "type": "string", + "metadata": { + "description": "Full URIs for one or more custom images (VHDs) that should be copied to the deployment storage account to spin up new VMs from them. URLs must be comma separated." + } + }, "storageKind": { "type": "string", "defaultValue": "managed", From 7386a2a5679cde214e412340c4d880ad0f159092 Mon Sep 17 00:00:00 2001 From: Joel-Adams Date: Wed, 14 Nov 2018 14:21:30 -0500 Subject: [PATCH 2/2] Update azuredeploy.parameters.json --- azuredeploy.parameters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.parameters.json b/azuredeploy.parameters.json index 9dc9617..ee9829a 100644 --- a/azuredeploy.parameters.json +++ b/azuredeploy.parameters.json @@ -86,7 +86,7 @@ "value": "changeme" }, "enableAzure": { - "value": "true" + "value": "false" }, "aadClientId": { "value": "changeme"