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
Copy file name to clipboardExpand all lines: articles/firewall/management-nic.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,15 @@ Use the following steps:
53
53
54
54
## Convert a regular firewall to a forced tunnel mode firewall
55
55
56
-
The following procedure shows you how to convert a regular firewall to a forced tunnel mode firewall with a Management subnet. This is done without deleting the original firewall. To avoid deleting it, you can use the following procedure to stop it, and then realloacate it with a Management IP address and subnet.
56
+
The following procedure shows you how to convert a regular firewall to a forced tunnel mode firewall with a Management subnet. This is done without deleting the original firewall. To avoid deleting it, you can use the following procedure to stop it, and then reallocate it with a Management IP address and subnet.
57
57
58
58
1. Create the new `AzureFirewallManagementSubnet` subnet
59
59
60
60
1. Use the Azure portal to create the new subnet.
61
61
:::image type="content" source="media/management-nic/firewall-management-subnet.png" alt-text="Screenshot showing add a subnet.":::
62
62
1. Use the appropriate IP address range for the virtual network.
63
63
1. Create the new management public IP address
64
-
1. Create it with the same properties as the existing firewalll public IP address: SKU, Tier, and Location.
64
+
1. Create it with the same properties as the existing firewall public IP address: SKU, Tier, and Location.
65
65
:::image type="content" source="media/management-nic/firewall-management-ip.png" lightbox="media/management-nic/firewall-management-ip.png" alt-text="Screenshot showing the public IP address creation.":::
66
66
67
67
1. Stop the firewall
@@ -75,7 +75,7 @@ The following procedure shows you how to convert a regular firewall to a forced
75
75
```
76
76
77
77
78
-
1. Start the firewal with the management IP address and subnet
78
+
1. Start the firewall with the management IP address and subnet
79
79
80
80
For example, start the firewall with one public IP address and a Management public IP address:
81
81
@@ -100,7 +100,7 @@ The following procedure shows you how to convert a regular firewall to a forced
100
100
$azfw | Set-AzFirewall
101
101
```
102
102
103
-
Now when you view the firewall in the Azure portal, you'll see the assigned Management public IP address:
103
+
Now when you view the firewall in the Azure portal, you see the assigned Management public IP address:
104
104
105
105
:::image type="content" source="media/management-nic/firewall-with-management-ip.png" lightbox="media/management-nic/firewall-with-management-ip.png" alt-text="Screenshot showing the firewall with a management IP address.":::
0 commit comments