Skip to content

Commit a25fc65

Browse files
authored
Update default-outbound-access.md
1 parent c95044a commit a25fc65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ az network vnet subnet update --resource-group rgname --name subnetname --vnet-n
175175
* Associate a standard load balancer configured with outbound rules.
176176

177177
* Associate a Standard public IP to any of the virtual machine's network interfaces (if there are multiple network interfaces, having a single NIC with a standard public IP prevents default outbound access for the virtual machine).
178+
179+
>[!NOTE]
180+
> There is a NIC-level parameter (defaultOutboundEnabled) 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 reboot is required for changes to be reflected and the action to clear.
178181
179182
### Use Flexible orchestration mode for Virtual Machine Scale Sets
180183

0 commit comments

Comments
 (0)