load Balancer Backend Address Pool Ids
Parameters
A list of Backend Address Pools ID's from a Load Balancer which this Virtual Machine Scale Set should be connected to.
Note: When the Virtual Machine Scale Set is configured to have public IPs per instance are created with a load balancer, the SKU of the Virtual Machine instance IPs is determined by the SKU of the Virtual Machine Scale Sets Load Balancer (e.g.
Basic
orStandard
). Alternatively, you may use thepublic_ip_prefix_id
field to generate instance-level IPs in a virtual machine scale set as well. The zonal properties of the prefix will be passed to the Virtual Machine instance IPs, though they will not be shown in the output. To view the public IP addresses assigned to the Virtual Machine Scale Sets Virtual Machine instances use the az vmss list-instance-public-ips --resource-groupResourceGroupName
--nameVirtualMachineScaleSetName
CLI command. Note: When using this field you'll also need to configure a Rule for the Load Balancer, and use adepends_on
between this resource and the Load Balancer Rule.
Parameters
A list of Backend Address Pools ID's from a Load Balancer which this Virtual Machine Scale Set should be connected to.
Note: When the Virtual Machine Scale Set is configured to have public IPs per instance are created with a load balancer, the SKU of the Virtual Machine instance IPs is determined by the SKU of the Virtual Machine Scale Sets Load Balancer (e.g.
Basic
orStandard
). Alternatively, you may use thepublic_ip_prefix_id
field to generate instance-level IPs in a virtual machine scale set as well. The zonal properties of the prefix will be passed to the Virtual Machine instance IPs, though they will not be shown in the output. To view the public IP addresses assigned to the Virtual Machine Scale Sets Virtual Machine instances use the az vmss list-instance-public-ips --resource-groupResourceGroupName
--nameVirtualMachineScaleSetName
CLI command. Note: When using this field you'll also need to configure a Rule for the Load Balancer, and use adepends_on
between this resource and the Load Balancer Rule.