Skip to content

Commit 4096c5b

Browse files
Merge pull request #279807 from mbender-ms/patch-113
ip services - UUF Feedback - Update default-outbound-access.md
2 parents fb25f9c + 7e6c029 commit 4096c5b

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ ms.author: mbender
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: conceptual
10-
ms.date: 08/24/2023
11-
ms.custom:
12-
- FY23 content-maintenance
13-
- ignite-2023
10+
ms.date: 07/02/2024
1411
---
1512

1613
# Default outbound access in Azure
@@ -21,9 +18,9 @@ Examples of explicit outbound connectivity for virtual machines are:
2118

2219
* Created within a subnet associated to a NAT gateway.
2320

24-
* In the backend pool of a standard load balancer with outbound rules defined.
21+
* Deployed in the backend pool of a standard load balancer with outbound rules defined.
2522

26-
* In the backend pool of a basic public load balancer.
23+
* Deployed in the backend pool of a basic public load balancer.
2724

2825
* Virtual machines with public IP addresses explicitly associated to them.
2926

@@ -57,8 +54,8 @@ If you deploy a virtual machine in Azure and it doesn't have explicit outbound c
5754
* Customers don't own the default outbound access IP. This IP might change, and any dependency on it could cause issues in the future.
5855

5956
Some examples of configurations that won't work when using default outbound access:
60-
- When you have multiple NICs on the same VM, note that default outbound IPs won't consistently be the same across all NICs.
61-
- When scaling up/down Virtual Machine Scale sets, default outbound IPs assigned to individual instances can and will often change.
57+
- When you have multiple NICs on the same VM, default outbound IPs won't consistently be the same across all NICs.
58+
- When scaling up/down Virtual Machine Scale sets, default outbound IPs assigned to individual instances can and change.
6259
- Similarly, default outbound IPs aren't consistent or contiguous across VM instances in a Virtual Machine Scale Set.
6360

6461
## How can I transition to an explicit method of public connectivity (and disable default outbound access)?
@@ -99,7 +96,7 @@ There are multiple ways to turn off default outbound access. The following secti
9996

10097
* Existing subnets can't currently be converted to Private.
10198

102-
* In configurations using a User Defined Route (UDR) with a default route (0/0) that sends traffic to an upstream firewall/network virtual appliance, any traffic that bypasses this route (e.g. to Service Tagged destinations) will break in a Private subnet.
99+
* In configurations using a User Defined Route (UDR) with a default route (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.
103100

104101
### Add an explicit outbound connectivity method
105102

@@ -111,7 +108,7 @@ There are multiple ways to turn off default outbound access. The following secti
111108

112109
### Use Flexible orchestration mode for Virtual Machine Scale Sets
113110

114-
* Flexible scale sets are secure by default. Any instances created via Flexible scale sets don't have the default outbound access IP associated with them, so an explicit outbound method is required. For more information, see [Flexible orchestration mode for Virtual Machine Scale Sets](../../virtual-machines/flexible-virtual-machine-scale-sets.md)
111+
* Flexible scale sets are secure by default. Any instances created via Flexible scale sets don't have the default outbound access IP associated with them, so an explicit outbound method is required. For more information, see [Flexible orchestration mode for Virtual Machine Scale Sets](../../virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes.md#what-has-changed-with-flexible-orchestration-mode)
115112

116113
>[!Important]
117114
> When a load balancer backend pool is configured by IP address, it will use 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).

0 commit comments

Comments
 (0)