File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ The type of NVA you're using determines how to disable SNAT for private endpoint
35
35
36
36
#### Add Tag to your VM NIC
37
37
38
+ Here we add the tag to the VM NIC.
39
+
38
40
# [ ** Portal** ] ( #tab/vm-nic-portal )
39
41
40
42
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) .
@@ -77,7 +79,10 @@ The type of NVA you're using determines how to disable SNAT for private endpoint
77
79
78
80
#### Add Tag to your VMSS
79
81
82
+ Here we add the tag to the VMSS instance.
83
+
80
84
# [ ** Portal** ] ( #tab/vmss-powershell )
85
+
81
86
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) .
82
87
1 . In the search bar at the top, type "Virtual machine scale sets" and select it from the services.
83
88
1 . From the list of scale sets, select your VMSS.
@@ -90,9 +95,9 @@ The type of NVA you're using determines how to disable SNAT for private endpoint
90
95
| Value | ` true ` |
91
96
92
97
1 . Select ** Apply** to save the tag.
93
- 1 .
98
+
94
99
> [ !NOTE]
95
- > The tag is case-sensitive. Ensure you enter it exactly as shown above .
100
+ > The tag is case-sensitive. Ensure you enter it exactly as shown.
96
101
97
102
# [ ** PowerShell** ] ( #tab/vmss-cli )
98
103
You can’t perform that action at this time.
0 commit comments