Skip to content

Commit 60eab80

Browse files
authored
Updated Inbound NAT Pool and Nat Rule description (#20351)
1 parent 217094c commit 60eab80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • specification/network/resource-manager/Microsoft.Network/stable/2022-01-01

specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/loadBalancer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,14 +2332,14 @@
23322332
"items": {
23332333
"$ref": "#/definitions/InboundNatRule"
23342334
},
2335-
"description": "Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules."
2335+
"description": "collection of inbound NAT Rules used by a load balancer. An inbound NAT rule is used to forward traffic from a load balancer frontend to one or more instances in the backend pool. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are associated with VMSS, while inbound NAT rules are associated with individual VMs."
23362336
},
23372337
"inboundNatPools": {
23382338
"type": "array",
23392339
"items": {
23402340
"$ref": "#/definitions/InboundNatPool"
23412341
},
2342-
"description": "Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules."
2342+
"description": "Defines an port range to be used by inbound NAT Pools. Inbound NAT pools are used to define a range of NAT ports to be used by a VMSS cluster. After the creation of an inbound NAT pool, individual inbound NAT rules are automatically created for every VM in a VMSS cluster. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are associated with VMSS, while inbound NAT rules are associated with individual VMs."
23432343
},
23442344
"outboundRules": {
23452345
"type": "array",

0 commit comments

Comments
 (0)