зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/dsc-extension-iis-server-wi...
Kay Singh bf68f647e6 Anti malware extension template 2015-04-25 14:13:55 -07:00
..
ContosoWebsite.ps1.zip Move DSC and Zookeeper over 2015-04-25 13:43:20 -07:00
README.md Move DSC and Zookeeper over 2015-04-25 13:43:20 -07:00
azuredeploy.json Anti malware extension template 2015-04-25 14:13:55 -07:00
azuredeploy.parameters.json Move DSC and Zookeeper over 2015-04-25 13:43:20 -07:00
metadata.json Move DSC and Zookeeper over 2015-04-25 13:43:20 -07:00

README.md

VM-DSC-Extension-IIS-Server

This template allows you to create a VM with IIS Server and Management console setup. This is done using the DSC extension.

Below are the parameters that the template expects

Name Description
location Location where to deploy the resource
newStorageAccountName Name of the storage account to create
storageAccountType Type of the storage account
    Allowed Values
  • Standard_LRS (default)
  • Standard_GRS
publicIPAddressName Name of the public IP address to create
publicIPAddressType Type of Public IP Address
vmStorageAccountContainerName Name of storage account container for the VM
  • vhds (default)
vmName Name for the VM
vmSize Size of the VM
    Allowed Values
  • Standard_A0 (default)
  • Standard_A1
  • Standard_A2
  • Standard_A3
  • Standard_A4
vmSourceImageName Name of image to use for the VM
  • a699494373c04fc0bc8f2bb1389d6106__Windows-Server-2012-R2-201412.01-en.us-127GB.vhd (default)
adminUsername Admin username for the VM
adminPassword Admin password for the VM
virtualNetworkName Name of the Virtual Network
addressPrefix Virtual Network Address Prefix
  • 10.0.0.0/16 (default)
subnet1Name Name of Subnet 1
  • Subnet-1 (default)
subnet2Name Name of Subnet 2
  • Subnet-2 (default)
subnet1Prefix Address prefix for Subnet 1
  • 10.0.0.0/24 (default)
subnet2Prefix Address prefix for Subnet 2
  • 10.0.0.0/24 (default)
dnsName DNS for the VM
subscriptionId Your Azure Subscription Id
nicName Name for the Network Interface
vmExtensionName Name for the Extension
modulesUrl Url for the DSC configuration module
sasToken SAS Token for the DSC configuration module
configurationFunction Name of the function to run in the DSC configuration
  • Example: ContosoWebsite.ps1/ContosoWebsite