зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/101-loadbalancer-with-nat-rule
karthmut ed0c97dacb Removing default
DNS
2015-04-27 16:20:20 -07:00
..
README.md Adding LB template 2015-04-27 14:16:27 -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:20:20 -07:00
metadata.json Adding LB template 2015-04-27 14:16:27 -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