Skip to content

Commit 85d4214

Browse files
committed
updated title
1 parent 1385802 commit 85d4214

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

articles/private-link/private-link-disable-snat.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Disable SNAT requirement for Private Endpoint Traffic through NVA
2+
title: Disable SNAT requirement for Private Endpoint traffic through NVA
33
description: Learn how to enable SNAT bypass for private endpoint traffic passing through a network virtual appliance (NVA) in Azure.
44
author: abell
55
ms.author: abell
@@ -11,7 +11,7 @@ ms.date: 03/11/2025
1111

1212
---
1313

14-
# How to Guide: Disable SNAT requirement for Private Endpoint Traffic through NVA
14+
# How to Guide: Disable SNAT requirement for Private Endpoint traffic through NVA
1515

1616
Source network address translation (SNAT) is no longer required for private endpoint destined traffic passing through a network virtual appliance (NVA). You can now configure a tag on your NVA virtual machines to notify the Microsoft platform that you wish to opt into this feature. This means SNATing is no longer be necessary for private endpoint destined traffic traversing through your NVA.
1717

@@ -27,7 +27,7 @@ Enabling this feature provides a more streamlined experience for guaranteeing sy
2727
* A network virtual appliance (NVA) deployed in your subscription. For the example in this article, a virtual machine (VM) is used as the NVA. For more information on how to deploy a virtual machine, see [Quickstart: Create a Windows virtual machine in the Azure portal](/azure/virtual-machines/windows/quick-create-portal).
2828
* Understanding of how to add tags to Azure resources. For more information, see [Use tags to organize your Azure resources](../azure-resource-manager/management/tag-resources.md).
2929

30-
### Disable SNAT requirement for Private Endpoint Traffic through NVA
30+
### Disable SNAT requirement for Private Endpoint traffic through NVA
3131

3232
The type of NVA you're using determines how to disable SNAT for private endpoint traffic passing through the NVA. For the virtual machine, you add a tag on the Network interface (NIC). On the virtual machine scale set (VMSS) you enable the tag on the virtual machine scale set instance.
3333

@@ -134,8 +134,4 @@ To learn more, see [View resources by tag](../azure-resource-manager/management/
134134

135135
> [!div class="nextstepaction"]
136136
> [Create a private endpoint](./create-private-endpoint-portal.md)
137-
> [Manage Network Polices](./disable-private-endpoint-network-policy.md)
138-
139-
140-
141-
137+
> [Manage Network Polices](./disable-private-endpoint-network-policy.md)

articles/private-link/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: Create a Private Link service - ARM template
4747
displayName: Azure Resource Manager
4848
href: create-private-link-service-template.md
49-
- name: Disable SNAT for Traffic through NVA
49+
- name: Disable SNAT for traffic through NVA
5050
href: private-link-disable-snat.md
5151
- name: Create a network security perimeter
5252
items:

0 commit comments

Comments
 (0)