Skip to content

Commit 89f1052

Browse files
authored
Update default-outbound-access.md
1 parent 77fc641 commit 89f1052

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
@@ -161,7 +161,7 @@ az network vnet subnet update --resource-group rgname --name subnetname --vnet-n
161161

162162
* In configurations using a User Defined Route (UDR) with a default route (0.0.0.0/0) that sends traffic to an upstream firewall/network virtual appliance, any traffic that bypasses this route (for example, to Service Tagged destinations) breaks in a Private subnet.
163163

164-
* Private Subnets are not applicable to delegated or managed subnets used for hosting PaaS services. In these scenarios, outbound connectivity is managed by the individual service.
164+
* Private Subnets aren't applicable to delegated or managed subnets used for hosting PaaS services. In these scenarios, outbound connectivity is managed by the individual service.
165165

166166
### Add an explicit outbound connectivity method
167167

@@ -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 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 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 (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.
176176
177177
### Use Flexible orchestration mode for Virtual Machine Scale Sets
178178

0 commit comments

Comments
 (0)