From 1f92b67056e223dc25035de687b01ebafbfd54dc Mon Sep 17 00:00:00 2001 From: Hosung Song Date: Mon, 2 Apr 2018 14:32:17 -0700 Subject: [PATCH] Update azuredeploy-minimal.json with latest master --- azuredeploy-minimal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azuredeploy-minimal.json b/azuredeploy-minimal.json index 68c9af6..2256261 100644 --- a/azuredeploy-minimal.json +++ b/azuredeploy-minimal.json @@ -33,12 +33,12 @@ "parameters": { "_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" }, "_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" }, + "redisDeploySwitch": { "value": false }, "sshPublicKey": { "value": "[parameters('sshPublicKey')]" }, - "fileServerType": { "value": "nfs" }, - "fileServerDiskCount": { "value": 2 }, "autoscaleVmSku": { "value": "Standard_DS1_v2" }, "dbServerType": { "value": "mssql" }, - "redisDeploySwitch": { "value": false } + "fileServerDiskCount": { "value": 2 }, + "fileServerDiskSize": { "value": 32 } }, "templateLink": { "uri": "[concat(parameters('_artifactsLocation'), 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]"