diff --git a/101-aci-dynamicsnav/azuredeploy.json b/101-aci-dynamicsnav/azuredeploy.json index 522f7f07353c..138534f2e13e 100644 --- a/101-aci-dynamicsnav/azuredeploy.json +++ b/101-aci-dynamicsnav/azuredeploy.json @@ -12,7 +12,7 @@ "navRelease": { "type": "string", "metadata": { - "description": "After the colon: Identifier for the NAV release like 2017-cu11-de or devpreview-finus (always keep 'microsoft/dynamics-nav:')" + "description": "After the colon: Identifier for the NAV release like 2017-cu11-de or devpreview-finus (always keep 'microsoft/dynamics-nav:'). Possible values can be found at https://hub.docker.com/r/microsoft/dynamics-nav/tags/" }, "defaultValue": "microsoft/dynamics-nav:2017" }, diff --git a/101-aci-dynamicsnav/metadata.json b/101-aci-dynamicsnav/metadata.json index 9610a72e7ec0..f383a5ad8dbe 100644 --- a/101-aci-dynamicsnav/metadata.json +++ b/101-aci-dynamicsnav/metadata.json @@ -3,5 +3,5 @@ "description": "Deploy a single Windows container with a fully featured self-contained Dynamics NAV environment on Azure Container Instances.", "summary": "This template shows how to pull an image from a private repo and create a more complex container with at least three major components.", "githubUsername": "tfenster", - "dateUpdated": "2017-10-12" + "dateUpdated": "2017-11-21" }