Skip to content

Commit 14017b7

Browse files
Merge pull request #311658 from brianlehr/patch-452441
Clarify outbound connectivity for PaaS and VM transitions
2 parents 59e7493 + dcc1ec4 commit 14017b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ az network vnet subnet update --resource-group rgname --name subnetname --vnet-n
162162

163163
* Virtual machines are still able to access Azure Storage accounts in the same region in a private subnet without an explicit method of outbound. NSGs are recommended to control egress connectivity.
164164

165-
* 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.
165+
* 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. Please refer to service-specific documentation for more information.
166166

167167
> [!IMPORTANT]
168168
> When a load balancer backend pool is configured by IP address, it uses default outbound access due to an ongoing known issue. For secure by default configuration and applications with demanding outbound needs, associate a NAT gateway to the VMs in your load balancer's backend pool to secure traffic. See more on existing [known issues](../../load-balancer/whats-new.md#known-issues).
@@ -209,7 +209,7 @@ No changes are made to existing VNETs. This means that both existing virtual mac
209209

210210
#### What about new virtual network deployments? My infrastructure has a dependency on default outbound IPs and isn't ready to move to private subnets at this time.
211211

212-
You can still configure subnets as nonprivate using any supported method (ARM templates, portal, CLI, PowerShell). This ensures compatibility for infrastructures that rely on default outbound IPs and aren't yet ready to transition to private subnets.
212+
You can still configure subnets as nonprivate using any supported method (ARM templates, portal, CLI, PowerShell). This ensures compatibility for infrastructures that rely on default outbound IPs and aren't yet ready to transition to private subnets. Please note if you already have a private subnet enabled and want to transistion back to using default outbound for a virtual machine, you will need to modify the subnet to not be private and then perform a stop/deallocate on the virtual machine.
213213

214214
## Next steps
215215

0 commit comments

Comments
 (0)