Skip to content

Commit 89b2437

Browse files
Merge pull request #279802 from aimee-littleton/patch-212
Update deploy-multi-public-ip-powershell.md
2 parents 7552a3a + 096d909 commit 89b2437

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/firewall/deploy-multi-public-ip-powershell.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ ms.custom: devx-track-azurepowershell
1515
This feature enables the following scenarios:
1616

1717
- **DNAT** - You can translate multiple standard port instances to your backend servers. For example, if you have two public IP addresses, you can translate TCP port 3389 (RDP) for both IP addresses.
18-
- **SNAT** - Additional ports are available for outbound SNAT connections, reducing the potential for SNAT port exhaustion. Azure Firewall randomly selects the source public IP address to use for a connection. If you have any downstream filtering on your network, you need to allow all public IP addresses associated with your firewall. Consider using a [public IP address prefix](../virtual-network/ip-services/public-ip-address-prefix.md) to simplify this configuration.
18+
- **SNAT** - Additional ports are available for outbound SNAT connections, reducing the potential for SNAT port exhaustion. Azure Firewall randomly selects the first source public IP address to use for a connection and selects another public IP after ports from the first IP have been exhausted. If you have any downstream filtering on your network, you need to allow all public IP addresses associated with your firewall. Consider using a [public IP address prefix](../virtual-network/ip-services/public-ip-address-prefix.md) to simplify this configuration.
1919

2020
Azure Firewall with multiple public IP addresses is available via the Azure portal, Azure PowerShell, Azure CLI, REST, and templates.\
2121
You can deploy an Azure Firewall with up to 250 public IP addresses, however DNAT destination rules will also count toward the 250 maximum.
2222
Public IPs + DNAT destination rule = 250 max.
2323

24+
> [!NOTE]
25+
> In scenarios with high traffic volume and throughput, it is recommended to use a [NAT Gateway](/azure/nat-gateway/nat-overview) to provide outbound connectivity. SNAT ports are dynamically allocated across all public IPs associated with NAT Gateway. To learn more see [integrate NAT Gateway with Azure Firewall](/azure/firewall/integrate-with-nat-gateway).
26+
2427
The following Azure PowerShell examples show how you can configure, add, and remove public IP addresses for Azure Firewall.
2528

26-
> [!NOTE]
29+
> [!IMPORTANT]
2730
> You can't remove the first ipConfiguration from the Azure Firewall public IP address configuration page. If you want to modify the IP address, you can use Azure PowerShell.
2831
2932
## Create a firewall with two or more public IP addresses

0 commit comments

Comments
 (0)