You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Manage a public IP address with Azure Firewall
2
+
title: Manage a public IP address by using Azure Firewall
3
3
titleSuffix: Azure Virtual Network
4
4
description: Learn about the ways a public IP address is used with Azure Firewall and how to change the configuration.
5
5
author: asudbring
6
6
ms.author: allensu
7
7
ms.service: virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: how-to
10
-
ms.date: 02/03/2023
10
+
ms.date: 03/28/2023
11
11
ms.custom: FY23 content-maintenance
12
12
---
13
13
14
-
# Manage a public IP address with Azure Firewall
14
+
# Manage a public IP address by using Azure Firewall
15
15
16
-
Azure Firewall is a cloud-based network security service that protects your Azure Virtual Network resources. Azure Firewall requires at least one public static IP address to be configured. This IP or set of IPs are used as the external connection point to the firewall. Azure Firewall supports standard SKU public IP addresses. Basic SKU public IP address and public IP prefixes aren't supported.
16
+
In this article, you learn how to manage public IP addresses for Azure Firewall by using the Azure portal. You learn how to create an Azure Firewall by using an existing public IP in your subscription, change the IP configuration, and finally, add an IP configuration to the firewall.
17
17
18
-
In this article, you'll learn how to create an Azure Firewall using an existing public IP in your subscription. You'll change the IP configuration of the firewall. Finally, you'll add an IP configuration to the firewall.
18
+
Azure Firewall is a cloud-based network security service that protects your Azure Virtual Network resources. Azure Firewall requires at least one public static IP address to be configured. This IP or set of IPs is the external connection point to the firewall.
19
+
20
+
Azure Firewall supports Standard SKU public IP addresses. Basic SKU public IP address and public IP prefixes aren't supported.
19
21
20
22
## Prerequisites
21
23
22
24
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
23
-
- Three standard SKU public IP addresses in your subscription. The IP address can't be associated with any resources. For more information on creating a standard SKU public IP address, see [Create a public IP - Azure portal](./create-public-ip-portal.md).
24
-
- For the purposes of the examples in this article, name the new public IP addresses **myStandardPublicIP-1**, **myStandardPublicIP-2**, and **myStandardPublicIP-3**.
25
-
26
-
## Create Azure Firewall existing public IP
27
-
28
-
In this section, you'll create an Azure Firewall. You'll select the IP address you created in the prerequisites as the public IP for the firewall.
25
+
- Three Standard SKU public IP addresses that aren't associated with any resources. For more information on creating a Standard SKU public IP address, see [Quickstart: Create a public IP address by using the Azure portal](./create-public-ip-portal.md).
26
+
- For the purposes of the examples in this article, create three new public IP addresses: **myStandardPublicIP-1**, **myStandardPublicIP-2**, and **myStandardPublicIP-3**.
29
27
30
-
1. Sign in to the [Azure portal](https://portal.azure.com).
28
+
## Create an Azure firewall with an existing public IP
31
29
32
-
2. In the search box at the top of the portal, enter **Firewall**.
30
+
In this section, you create an Azure firewall. Use the first IP address you created in the prerequisites as the public IP for the firewall.
33
31
34
-
3. In the search results, select **Firewalls**.
32
+
1. In the [Azure portal](https://portal.azure.com/), search for and select *Firewalls*.
35
33
36
-
4. Select **+ Create**.
34
+
2. On the **Firewalls page**, select **Create**.
37
35
38
-
5. In **Create firewall**, enter or select the following information.
36
+
3. In **Create firewall**, enter or select the following information.
39
37
40
38
| Setting | Value |
41
39
| ------- | ----- |
42
40
|**Project details**||
43
41
| Subscription | Select your subscription. |
44
-
| Resource group |Select **Create new**. </br> Enter **myResourceGroupFW**. </br> Select **OK**. |
42
+
| Resource group | Create a new resource group named **myResourceGroupFW**. |
45
43
|**Instance details**||
46
44
| Name | Enter **myFirewall**. |
47
45
| Region | Select **West US 2**. |
48
46
| Availability zone | Leave the default of **None**. |
49
47
| Firewall SKU | Select **Standard**. |
50
48
| Firewall management | Leave the default of **Use a Firewall Policy to manage this firewall**.|
51
-
| Firewall policy |Select **Add new**. </br> Enter **myFirewallPolicy** in **Policy name**. </br> In **Region** select **West US 2**. </br> </br> In**Policy tier**leave default of **Standard**. </br> Select **Yes**. |
49
+
| Firewall policy |Create a new firewall policy named **myFirewallPolicy** in **West US 2**, and set the**Policy tier**to **Standard**. |
52
50
| Choose a virtual network | Leave default of **Create new**. |
53
51
| Virtual network name | Enter **myVNet**. |
54
52
| Address space | Enter **10.0.0.0/16**. |
@@ -57,65 +55,64 @@ In this section, you'll create an Azure Firewall. You'll select the IP address y
57
55
| Forced tunneling | Leave the default of **Disabled**. |
58
56
59
57
60
-
6. Select the **Review + create** tab, or select the blue **Review + create** button.
58
+
4. Select **Review + create**.
61
59
62
-
7. Select **Create**.
60
+
5. Select **Create**.
63
61
64
-
> [!NOTE]
65
-
> This is a simple deployment of Azure Firewall. For advanced configuration and setup, see [Tutorial: Deploy and configure Azure Firewall and policy using the Azure portal](../../firewall/tutorial-firewall-deploy-portal-policy.md).
66
-
>
67
-
> For more information on Azure Firewall, see [What is Azure Firewall?](../../firewall/overview.md).
62
+
The following image shows the **Create firewall** page with the example information.
63
+
64
+
:::image type="content" source="./media/create-public-ip-firewall/create-an-azure-firewall.png" alt-text="Screenshot that shows the Create firewall page with the example information." lightbox="./media/create-public-ip-firewall/create-an-azure-firewall-lightbox.png":::
68
65
69
-
## Change public IP address
70
66
71
-
In this section, you'll change the public IP address associated with the firewall. A firewall must have at least one public IP address associated with its configuration. The firewall's existing IP must not have any DNAT rules associated with it or the IP can't be updated.
67
+
## Change the public IP address for a firewall
72
68
73
-
1.In the search box at the top of the portal, enter **Firewall**.
69
+
In this section, you change the public IP address associated with the firewall. A firewall must have at least one public IP address associated with its configuration. You can't update the IP address if the firewall's existing IP has any destination network address translation (DNAT) rules associated with it.
74
70
75
-
2. In the search results, select **Firewalls**.
71
+
1. In the Azure portal, search for and select *Firewalls*.
76
72
77
-
3. Select **myFirewall**in **Firewalls**.
73
+
2. On the **Firewalls**page, select **myFirewall**.
78
74
79
-
4. Select **Public IP configuration**in **Settings** in **myFirewall**.
75
+
3. On the **myFirewall**page, go to **Settings**, and then select **Public IP configuration**.
80
76
81
-
5. In **Public IP configuration**, select **myStandardPublicIP-1** or your IP address.
77
+
4. In **Public IP configuration**, select **myStandardPublicIP-1**.
82
78
83
-
6. Select **myStandardPublicIP-2** in **Public IP address**of **Edit public IP configuration**.
79
+
5. Select the**Public IP address**dropdown, and then select **myStandardPublicIP-2**.
84
80
85
-
7. Select **Save**.
81
+
:::image type="content" source="./media/create-public-ip-firewall/edit-public-ip-configuration.png" alt-text="Screenshot that shows the Edd public IP configuration pane and highlights the Public IP address field.":::
86
82
87
-
## Add public IP configuration
83
+
6. Select **Save**.
88
84
89
-
In this section, you'll add a public IP configuration to the Azure Firewall. For more information on multiple IPs, see [Multiple public IP addresses](../../firewall/features.md#multiple-public-ip-addresses).
85
+
## Add a public IP configuration to a firewall
90
86
91
-
1.In the search box at the top of the portal, enter **Firewall**.
87
+
In this section, you add a public IP configuration to Azure Firewall. For more information about multiple IPs, see [Multiple public IP addresses](../../firewall/features.md#multiple-public-ip-addresses).
92
88
93
-
2. In the search results, select **Firewalls**.
89
+
1. In the Azure portal, search for and select *Firewalls*.
94
90
95
-
3. Select **myFirewall**in **Firewalls**.
91
+
2. On the **Firewalls**page, select **myFirewall**.
96
92
97
-
4. Select **Public IP configuration**in **Settings** in **myFirewall**.
93
+
3. On the **myFirewall**page, go to **Settings**, and then select **Public IP configuration**.
98
94
99
-
5. Select **+ Add public IP configuration**.
95
+
4. Select **Add a public IP configuration**.
100
96
101
-
6. Enter**myNewPublicIPconfig** in **Name**.
97
+
5. In**Name**, enter **myNewPublicIPconfig**.
102
98
103
-
7. Select**myStandardPublicIP-3** in **Public IP address**.
99
+
6. In**Public IP address**, select **myStandardPublicIP-3**.
104
100
105
-
8. Select **Add**.
101
+
:::image type="content" source="./media/create-public-ip-firewall/add-public-ip-configuration.png" alt-text="Screenshot that shows the Add public IP configuration pane and highlights the Name and Public IP address fields.":::
106
102
107
-
## More information
103
+
7. Select **Add**.
108
104
109
-
* An Azure Firewall can be integrated with a standard SKU load balancer to protect backend pool resources. If you associate the firewall with a public load balancer, configure ingress traffic to be directed to the firewall public IP address. Configure egress via a user-defined route to the firewall public IP address. For more information and setup instructions, see [Integrate Azure Firewall with Azure Standard Load Balancer](../../firewall/integrate-lb.md).
105
+
## Advanced configuration
110
106
111
-
* An Azure Firewallcan also be associated with a NAT gateway to extend the extensibility of Source Network Address Translation (SNAT). A NAT gateway avoids configurations to permit traffic from a large number of public IPs associated with the firewall. With this configuration, all inbound traffic will use the public IP address or addresses of the NAT gateway. Traffic egresses through the Azure Firewall public IP address or addresses. For more information, see [Scale SNAT ports with Azure NAT Gateway](../../firewall/integrate-with-nat-gateway.md).
107
+
This example is a simple deployment of Azure Firewall. For advanced configuration and setup, see [Tutorial: Deploy and configure Azure Firewall and policy by using the Azure portal](../../firewall/tutorial-firewall-deploy-portal-policy.md). You can associate an Azure firewall with a network address translation (NAT) gateway to extend the extensibility of source network address translation (SNAT). A NAT gateway can be used to provide outbound connectivity associated with the firewall. With this configuration, all inbound traffic uses the public IP address or addresses of the NAT gateway. Traffic egresses through the Azure firewall public IP address or addresses. For more information, see [Scale SNAT ports with Azure Virtual Network NAT](../../firewall/integrate-with-nat-gateway.md).
112
108
113
-
## Caveats
109
+
> [!NOTE]
110
+
> Azure firewall uses the Standard SKU load balancer. Protocols other than Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) in network filter rules are unsupported for SNAT to the public IP of the firewall.
111
+
> You can integrate an Azure firewall with the Standard SKU load balancer to protect backend pool resources. If you associate the firewall with a public load balancer, configure ingress traffic to be directed to the firewall public IP address. Configure egress via a user-defined route to the firewall public IP address. For more information and setup instructions, see [Integrate Azure Firewall with Azure Standard Load Balancer](../../firewall/integrate-lb.md).
114
112
115
-
* Azure firewall uses standard SKU load balancer. Protocols other than TCP and UDP in network filter rules are unsupported for SNAT to the public IP of the firewall.
116
113
## Next steps
117
114
118
-
In this article, you learned how to create an Azure Firewall and use an existing public IP. You changed the public IP of the default IP configuration. Finally, you added a public IP configuration to the firewall.
115
+
In this article, you learned how to create an Azure firewall and use an existing public IP. You changed the public IP of the default IP configuration. Finally, you added a public IP configuration to the firewall.
119
116
120
117
- To learn more about public IP addresses in Azure, see [Public IP addresses](./public-ip-addresses.md).
121
-
- To learn more about Azure Firewall, see [What is Azure Firewall?](../../firewall/overview.md).
118
+
- To learn more about Azure Firewall, see [What is Azure Firewall?](../../firewall/overview.md)
0 commit comments