You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/private-link-disable-snat.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Disable SNAT requirement for Private Endpoint Traffic through NVA
2
+
title: Disable SNAT requirement for Private Endpoint traffic through NVA
3
3
description: Learn how to enable SNAT bypass for private endpoint traffic passing through a network virtual appliance (NVA) in Azure.
4
4
author: abell
5
5
ms.author: abell
@@ -11,7 +11,7 @@ ms.date: 03/11/2025
11
11
12
12
---
13
13
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
15
15
16
16
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.
17
17
@@ -27,7 +27,7 @@ Enabling this feature provides a more streamlined experience for guaranteeing sy
27
27
* 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).
28
28
* 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).
29
29
30
-
### Disable SNAT requirement for Private Endpoint Traffic through NVA
30
+
### Disable SNAT requirement for Private Endpoint traffic through NVA
31
31
32
32
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.
33
33
@@ -134,8 +134,4 @@ To learn more, see [View resources by tag](../azure-resource-manager/management/
134
134
135
135
> [!div class="nextstepaction"]
136
136
> [Create a private endpoint](./create-private-endpoint-portal.md)
0 commit comments