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
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ author: abell
5
5
ms.author: abell
6
6
ms.service: azure-private-link
7
7
ms.topic: how-to #Don't change
8
-
ms.date: 02/19/2025
8
+
ms.date: 03/11/2025
9
9
10
10
#customer intent: As a network administrator, I want to disable SNAT requirement for private endpoint traffic through NVA so that I can ensure symmetric routing and comply with internal logging standards.
11
11
12
12
---
13
13
14
14
# How to Guide: Disable SNAT requirement for Private Endpoint Traffic through NVA
15
15
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 VMs 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.
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
18
18
Enabling this feature provides a more streamlined experience for guaranteeing symmetric routing without affecting nonprivate endpoint traffic. It also allows you to follow internal compliance standards where the source of traffic origination needs to be available during logging. This feature is available in all regions.
19
19
@@ -24,22 +24,22 @@ Enabling this feature provides a more streamlined experience for guaranteeing sy
24
24
25
25
* An active Azure account with a subscription. [Create an account for free](https://azure.microsoft.com/free/).
26
26
* A configured private endpoint in your subscription. For more information on how to create a private endpoint, see [Create a private endpoint](./create-private-endpoint-portal.md).
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 VM, see [Quickstart: Create a Windows virtual machine in the Azure portal](/azure/virtual-machines/windows/quick-create-portal).
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
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 VMSS 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 (VMSS) you enable the tag on the virtual machine scale set instance.
33
33
34
-
#### Add Tag to your VM NIC
34
+
#### Add Tag to your virtual machine NIC
35
35
36
-
Here we add the tag to the VM NIC.
36
+
Here we add the tag to the virtual machine's NIC.
37
37
38
38
# [Portal](#tab/vm-nic-portal)
39
39
40
40
1. Sign in to the [Azure portal](https://portal.azure.com).
41
41
1. In the search bar at the top, type "Virtual machines" and select it from the services.
42
-
1. From the list of VMs, select your virtual machine.
42
+
1. From the list of virtual machines, select your virtual machine.
43
43
1. In the left navigation pane under **Settings**, select **Networking**, then select **Network settings**.
44
44
1. Under the **Network Interface** section, select on the NIC name. Now you are in the Network interface pane.
45
45
1. In the left navigation pane under **Overview**, select **Tags**.
@@ -51,13 +51,14 @@ Here we add the tag to the VM NIC.
51
51
| Value |`true`|
52
52
53
53
1. Select **Apply** to save the tag.
54
+
1. Select the **Overview** section, then select **Refresh** to see the updated tags.
54
55
55
56
> [!NOTE]
56
57
> The tag is case-sensitive. Ensure you enter it exactly as shown.
57
58
58
59
# [PowerShell](#tab/vm-nic-powershell)
59
60
60
-
1. Use the following PowerShell command to add the tag to your VM NIC:
61
+
1. Use the following PowerShell command to add the tag to your virtual machine's NIC:
0 commit comments