зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/101-networkinterface-with-p...
karthmut 7f999542fc Removing default
DNS
2015-04-27 16:21:28 -07:00
..
README.md Removing non-idempotent parameters, add NIC templ 2015-04-27 14:23:44 -07:00
azuredeploy-parameters.json Removing non-idempotent parameters, add NIC templ 2015-04-27 14:23:44 -07:00
azuredeploy.json Removing default 2015-04-27 16:21:28 -07:00
metadata.json Removing non-idempotent parameters, add NIC templ 2015-04-27 14:23:44 -07:00

README.md

Network Interface in a Virtual Network with Public IP Address

This template allows you to create a Network Inerface in a Virtual Network referencing a Public IP Address.

Below are the parameters that the template expects

Name Description
dnsNameforPublicIP Unique DNS Name for the Public IP Address
location Azure region where the resource will be deployed to
virtualNetworkName Name of the Virtual Network
publicIPAddressName Name of the Public IP Address that will be associated with the Load Balancer
addressPrefix Address Prefix for the Virtual Network specified in the CIDR format
subnetName Name of the Subnet
subnetPrefix Prefix for the Subnet specified in CIDR format
publicIPAddressType Address Type of the Public IP Address - Dynamic or Static
nicName Name of the NIC