Skip to content

Commit a4e8342

Browse files
committed
ashok review
1 parent 7fc40f6 commit a4e8342

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-wan/how-to-nva-destination-nat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Network Virtual Appliances (NVAs) with Next-Generation Firewall capabilities tha
2020

2121
Destination NAT for Network Virtual Appliances in the Virtual WAN hub allows you to publish applications to the users in the internet without directly exposing the application or server's public IP. Consumers access applications through a public IP address assigned to a Firewall Network Virtual Appliance. The NVA is configured to filter and translate traffic and control access to backend applications.
2222

23-
Infrastructure management and programming for the DNAT use case in Virtual WAN is automatic. Programming the DNAT rule on the NVA automatically programs Azure infrastructure to accept and route DNAT traffic.
23+
Infrastructure management and programming for the DNAT use case in Virtual WAN is automatic. Programming the DNAT rule on the NVA using the NVA orchestration software or NVA command line automatically programs Azure infrastructure to accept and route DNAT traffic for supported NVA partners. See the [limitations](#limitations) section for the list of supported NVA partners.
2424

2525
## Concepts
2626

@@ -35,9 +35,9 @@ In the following example, users access an application hosted in an Azure Virtual
3535

3636
The following configurations are performed:
3737

38-
* **Internet inbound** IP addresses assigned to the NVA are 4.4.4.4 and 5.5.5.5.
38+
* **Internet inbound** IP addresses assigned to the NVA are 4.4.4.4 and 5.5.5.5.
3939
* **NVA DNAT rule** is programmed to translate traffic with destination 4.4.4.4:443 to 10.60.0.4:443.
40-
* NVA orchestrator creates **inbound security rules** and Virtual WAN control plane programs infrastructure appropriately to support traffic flow.
40+
* NVA orchestrator interfaces with Azure APIs to create **inbound security rules** and Virtual WAN control plane programs infrastructure appropriately to support traffic flow.
4141

4242
#### Inbound traffic flow
4343

0 commit comments

Comments
 (0)