Built by: rgardler
This template allows you to deploy an Ubuntu Server 15.04 VM with Docker (using the Docker Extension) and start a CKAN container listening an port 80 alongside solr and postgresql containers that are linked to the CKAN application.
NOTE: this template is currently unsuitable for production use as the PostgreSQL container uses a default username and password.
The configuration is defined using the Docker Compose capabilities of the Azure Docker Extension.
See the CKAN documentation for more information about this deployment method.
Below are the parameters that the template expects:
Name | Description |
---|---|
newStorageAccountName | Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed. |
location | The location where the Virtual Machine will be deployed |
adminUsername | Username for the Virtual Machine |
adminPassword | Password for the Virtual Machine |
dnsNameForPublicIP | Unique DNS Name for the Public IP used to access the Virtual Machine. |