Skip to content

Commit 045bd69

Browse files
Merge pull request #301218 from mbender-ms/ip-default-outbound
ip services | UUF | Update document
2 parents 9a939f6 + 6dcccaa commit 045bd69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbender
77
ms.service: azure-virtual-network
88
ms.subservice: ip-services
99
ms.topic: concept-article
10-
ms.date: 10/23/2024
10+
ms.date: 06/11/2025
1111
---
1212

1313
# Default outbound access in Azure
@@ -172,7 +172,7 @@ az network vnet subnet update --resource-group rgname --name subnetname --vnet-n
172172
* 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).
173173

174174
>[!NOTE]
175-
> There's 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 stop/deallocate of the virtual machine is required for changes to be reflected and the action to clear.
175+
> 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.
176176
177177
### Use Flexible orchestration mode for Virtual Machine Scale Sets
178178

0 commit comments

Comments
 (0)