зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/mongodb-on-centos
madhana e23de49b96 move to the new repo 2015-04-26 21:27:18 -07:00
..
README.md move to the new repo 2015-04-26 21:27:18 -07:00
azuredeploy-parameters.json move to the new repo 2015-04-26 21:27:18 -07:00
azuredeploy.json move to the new repo 2015-04-26 21:27:18 -07:00
metadata.json move to the new repo 2015-04-26 21:27:18 -07:00
mongo-install-centos.sh move to the new repo 2015-04-26 21:27:18 -07:00

README.md

Install Mongo DB on a CentOS Virtual Machine using Custom Script Linux Extension

This template deploys Mongo DB on a CentOS Virtual Machine. This template also deploys a Storage Account, Virtual Network, Public IP addresses and a Network Interface.

Note: Cent OS disables Username/Password on Azure SKUs by default. This template will be updated with SSH Keys for the VMs soon.

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