This template deploys Configures and Installs Mongo DB on a Ubuntu Virtual Machine in two separate scripts. This template is a good example that showcases how to express dependencies between two scripts running on the same virtual machine. This template also deploys a Storage Account, Virtual Network, Public IP addresses and a Network Interface.
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. |
adminUsername | Username for the Virtual Machines |
adminPassword | Password for the Virtual Machine |
dnsNameForPublicIP | Unique DNS Name for the Public IP used to access the Virtual Machine. |
subscriptionId | Subscription ID where the template will be deployed |
vmSourceImageName | Source Image Name for the VM. Example: b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-12_04_5-LTS-amd64-server-20140927-en-us-30GB |
location | location where the resources will be deployed |
virtualNetworkName | Name of Virtual Network |
vmSize | Size of the Virtual Machine |
vmName | Name of Virtual Machine |
publicIPAddressName | Name of Public IP Address Name |
nicName | Name of Network Interface |