bf68f647e6 | ||
---|---|---|
.. | ||
ContosoWebsite.ps1.zip | ||
README.md | ||
azuredeploy.json | ||
azuredeploy.parameters.json | ||
metadata.json |
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
|
publicIPAddressName | Name of the public IP address to create |
publicIPAddressType | Type of Public IP Address |
vmStorageAccountContainerName | Name of storage account container for the VM
|
vmName | Name for the VM |
vmSize | Size of the VM
|
vmSourceImageName | Name of image to use for the VM
|
adminUsername | Admin username for the VM |
adminPassword | Admin password for the VM |
virtualNetworkName | Name of the Virtual Network |
addressPrefix | Virtual Network Address Prefix
|
subnet1Name | Name of Subnet 1
|
subnet2Name | Name of Subnet 2
|
subnet1Prefix | Address prefix for Subnet 1
|
subnet2Prefix | Address prefix for Subnet 2
|
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
|