From c446ba0e82b89eb5c44bb9261c1480e1be0b0e15 Mon Sep 17 00:00:00 2001 From: maheshg Date: Tue, 6 Mar 2018 10:37:04 -0800 Subject: [PATCH] Updated ubuntu version to 16.04.0-LTS --- AzureResourceManager/README.md | 4 ++-- AzureResourceManager/azuredeploy.json | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AzureResourceManager/README.md b/AzureResourceManager/README.md index 824e210..06e0260 100644 --- a/AzureResourceManager/README.md +++ b/AzureResourceManager/README.md @@ -15,14 +15,14 @@ This template can help you setup the [Artifactory Enterprise](https://jfrog.com/ 1. Click "Deploy to Azure" button. If you haven't got an Azure subscription, it will guide you on how to signup for a free trial. -2. Enter a valid values to parameters. Atleast 1 license has to be provided. +2. Enter a valid values to parameters. At least 1 license has to be provided. ![screenshot](images/Parameters.png) 3. Click on Purchase to start deploying resources. It will deploy MsSQL database, Azure Blob storage container, VM installing Nginx and Artifactory and Load balancer. -4. Once deployment it done. Copy FQDN from Output of deployment template. +4. Once deployment is done. Copy FQDN from Output of deployment template. 5. Access artifactory using FQDN. diff --git a/AzureResourceManager/azuredeploy.json b/AzureResourceManager/azuredeploy.json index 64d6bb5..bda2e22 100644 --- a/AzureResourceManager/azuredeploy.json +++ b/AzureResourceManager/azuredeploy.json @@ -54,14 +54,15 @@ }, "ubuntuOSVersion": { "type": "string", - "defaultValue": "14.04.2-LTS", + "defaultValue": "16.04.0-LTS", "allowedValues": [ "12.04.5-LTS", "14.04.2-LTS", - "15.10" + "15.10", + "16.04.0-LTS" ], "metadata": { - "description": "The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version. Allowed values: 12.04.5-LTS, 14.04.2-LTS, 15.10." + "description": "The Ubuntu version for the VM." } }, "artifactoryLicense1": {