зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/101-create-internal-loadbal...
kenazk dc4bd1ba6d Making API version changes 2015-04-25 14:02:57 -07:00
..
README.md Add LB template 2015-04-25 13:32:06 -07:00
azuredeploy-parameters.json Add LB template 2015-04-25 13:32:06 -07:00
azuredeploy.json Making API version changes 2015-04-25 14:02:57 -07:00
metadata.json Add LB template 2015-04-25 13:32:06 -07:00

README.md

Load Balancer with Inbound NAT Rule

This template allows you to create a Load Balancer, Public IP address for the Load balancer, Virtual Network, Network Interface in the Virtual Network & a NAT Rule in the Load Balancer that is used by the Network Interface.

Below are the parameters that the template expects

Name Description
dnsNameforLBIP Unique DNS Name for the Load Balancer
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
loadBalancerName Name of the Load Balancer
nicName Name of the NIC