Skip to content

Commit daba407

Browse files
Merge pull request #239501 from asudbring/vnet-old-review-3
May VNET article review - Default outbound access
2 parents 5b57250 + 999cc0d commit daba407

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: asudbring
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: conceptual
10-
ms.date: 12/09/2022
10+
ms.date: 05/28/2023
1111
ms.author: allensu
1212
ms.custom: FY23 content-maintenance
1313
---
@@ -50,7 +50,7 @@ If you deploy a virtual machine in Azure and it doesn't have explicit outbound c
5050

5151
* Loss of IP address
5252

53-
* The default outbound access IP isn't owned by customers. This IP is subject to change. Any dependency on this IP could cause issues in the future.
53+
* Customers don't own the default outbound access IP. This IP may change, and any dependency on it could cause issues in the future.
5454

5555
## How can I disable default outbound access?
5656

@@ -64,11 +64,11 @@ There are multiple ways to turn off default outbound access:
6464

6565
* Associate a Basic public IP to the virtual machine's network interface (if there's only one network interface).
6666

67-
* Associate a Standard public IP to any of the virtual machine's network interfaces (if there are multiple network interfaces, having a single one with a Standard public IP will prevent default outbound access for the virtual machine).
67+
* 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).
6868

6969
* Use Flexible orchestration mode for Virtual Machine Scale Sets.
7070

71-
* Flexible scale sets are secure by default. Any instances created via Flexible scale sets won't have the default outbound access IP associated to it. For more information, see [Flexible orchestration mode for Virtual Machine Scale Sets](../../virtual-machines/flexible-virtual-machine-scale-sets.md)
71+
* 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. For more information, see [Flexible orchestration mode for Virtual Machine Scale Sets](../../virtual-machines/flexible-virtual-machine-scale-sets.md)
7272

7373
>[!Important]
7474
> When a 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)