Skip to content

Commit 319c4c0

Browse files
Merge pull request #303048 from brianlehr/patch-95
Update default-outbound-access.md
2 parents 5fd3300 + f6474cd commit 319c4c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/virtual-network/ip-services/default-outbound-access.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ az network vnet subnet update --resource-group rgname --name subnetname --vnet-n
170170
* Add a Firewall or Network Virtual Appliance (NVA) to your virtual network and point traffic to it using a User Defined Route (UDR).
171171

172172
>[!NOTE]
173-
> There's a NIC-level parameter (defaultOutboundConnectivityEnabled) which tracks if default outbound access is being utilized. When an explicit outbound connectivity method is added to a virtual machine, in order for the parameter to be updated, the virtual machine must be rebooted. The Advisor "Add explicit outbound method to disable default outbound" operates by checking for this parameter- so a stop/deallocate of the virtual machine is required for changes to be reflected and the action to clear. (This is also true in the reverse; in order for a machine to be given a default outbound IP after having the subnet-level parameter set to false, a stop/deallocate of the virtual machine is required.)
173+
> There's a NIC-level parameter (defaultOutboundConnectivityEnabled) which tracks if default outbound access is being utilized. The Advisor "Add explicit outbound method to disable default outbound" operates by checking for this parameter.
174+
175+
>[!IMPORTANT]
176+
> A stop/deallocate of applicable virtual machines in a subnet is required for changes to be reflected and the action to clear. (This is also true in the reverse; in order for a machine to be given a default outbound IP after having the subnet-level parameter set to false, a stop/deallocate of the virtual machine is required.)
174177
175178
#### Use flexible orchestration mode for Virtual Machine Scale Sets
176179

0 commit comments

Comments
 (0)