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
+7-7Lines changed: 7 additions & 7 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
@@ -29,7 +29,7 @@ Enabling this feature provides a more streamlined experience for guaranteeing sy
29
29
30
30
### Disable SNAT requirement for Private Endpoint traffic through NVA
31
31
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.
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 you enable the tag on the virtual machine scale set instance.
33
33
34
34
#### Add Tag to your virtual machine NIC
35
35
@@ -58,7 +58,7 @@ Here we add the tag to the virtual machine's NIC.
58
58
59
59
# [PowerShell](#tab/vm-nic-powershell)
60
60
61
-
1. Use the following PowerShell command to add the tag to your virtual machine's NIC:
61
+
* Use the following PowerShell command to add the tag to your virtual machine's NIC:
0 commit comments