Skip to content

Commit 6bba53a

Browse files
author
Michael Bender
committed
Updates
1 parent edda7f4 commit 6bba53a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

articles/load-balancer/configure-inbound-NAT-rules-vm-scale-set.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,11 @@ ms.custom: template-how-to
1313

1414
In this article you'll learn how to configure, update, and delete inbound NAT Rules for Virtual Machine Scale Set instances. Azure offers two options for Inbound NAT rules. The first option is the ability to add a single inbound NAT rule to a single backend resource. The second option is the ability to create a group of inbound NAT rules for a backend pool. Additional information on the various options is provided [here](inbound-nat-rules.md). It's recommended to use the second option for inbound NAT rules when using Virtual Machine Scale Sets, since this option provides better flexibility and scalability.
1515

16-
17-
18-
<!-- 3. Prerequisites
19-
Optional. If you need prerequisites, make them your first H2 in a how-to guide.
20-
Use clear and unambiguous language and use a list format.
21-
-->
22-
2316
## Prerequisites
2417

2518
- A running instance of [Azure Load Balancer](quickstart-load-balancer-standard-public-portal.md).
2619
- A [Virtual Machine Scale Set instance](configure-vm-scale-set-portal.md) in the backend pool of the running load balancer.
27-
28-
## Set up a load balancer for scaling out Virtual Machine Scale Sets
29-
Make sure that your instance of is running and that the
20+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3021

3122
## Add inbound NAT rules
3223
Individual inbound NAT rules can't be added to a Virtual Machine Scale Set. However, you can add a set of inbound NAT rules with a defined front-end port range and back-end port for all instances in the Virtual Machine Scale Set.

0 commit comments

Comments
 (0)