Skip to content

Commit 2cb3ff9

Browse files
authored
Merge pull request #216083 from halkazwini/ip-vm
Virtual Networks: Freshness: Associate a public IP address to a virtual machine
2 parents 16328e3 + e960ac3 commit 2cb3ff9

File tree

7 files changed

+59
-57
lines changed

7 files changed

+59
-57
lines changed

articles/virtual-network/ip-services/associate-public-ip-address-vm.md

Lines changed: 56 additions & 52 deletions
Large diffs are not rendered by default.
32.6 KB
Loading
3.55 KB
Loading
72.4 KB
Loading
113 KB
Loading
70.4 KB
Loading

includes/ephemeral-ip-note.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
author: asudbring
33
ms.service: virtual-network
44
ms.topic: include
5-
ms.date: 02/07/2022
5+
ms.date: 10/26/2022
66
ms.author: allensu
77
---
88
> [!NOTE]
99
> Azure provides a default outbound access IP for VMs that either aren't assigned a public IP address or are in the back-end pool of an internal basic Azure load balancer. The default outbound access IP mechanism provides an outbound IP address that isn't configurable.
1010
>
11-
> For more information, see [Default outbound access in Azure](../articles/virtual-network/ip-services/default-outbound-access.md).
12-
>
13-
> The default outbound access IP is disabled when either a public IP address is assigned to the VM or the VM is placed in the back-end pool of a standard load balancer, with or without outbound rules. If an [Azure Virtual Network network address translation (NAT)](../articles/virtual-network/nat-gateway/nat-overview.md) gateway resource is assigned to the subnet of the virtual machine, the default outbound access IP is disabled.
11+
> The default outbound access IP is disabled when a public IP address is assigned to the VM, the VM is placed in the back-end pool of a standard load balancer, with or without outbound rules, or if an [Azure Virtual Network NAT gateway](../articles/virtual-network/nat-gateway/nat-overview.md) resource is assigned to the subnet of the VM.
1412
>
1513
> VMs that are created by virtual machine scale sets in flexible orchestration mode don't have default outbound access.
1614
>
17-
> For more information about outbound connections in Azure, see [Use source network address translation (SNAT) for outbound connections](../articles/load-balancer/load-balancer-outbound-connections.md).
15+
> For more information about outbound connections in Azure, see [Default outbound access in Azure](../articles/virtual-network/ip-services/default-outbound-access.md) and [Use source network address translation (SNAT) for outbound connections](../articles/load-balancer/load-balancer-outbound-connections.md).

0 commit comments

Comments
 (0)