Update azuredeploy.json

Default Ubuntu version to 14.04.2-LTS for Azure template
This commit is contained in:
Maheshkumar Gopalakrishnan
2018-03-13 11:59:13 -07:00
committed by GitHub
parent 9dc9c43c80
commit a1cb2be806

View File

@@ -54,7 +54,7 @@
}, },
"ubuntuOSVersion": { "ubuntuOSVersion": {
"type": "string", "type": "string",
"defaultValue": "16.04.0-LTS", "defaultValue": "14.04.2-LTS",
"allowedValues": [ "allowedValues": [
"12.04.5-LTS", "12.04.5-LTS",
"14.04.2-LTS", "14.04.2-LTS",