Skip to content

Commit f49cac4

Browse files
committed
acrofixes
1 parent d153c6d commit f49cac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/firewall/management-nic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Use the following steps:
5353
5454
## Convert a regular firewall to a forced tunnel mode firewall
5555

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.
5757

5858
1. Create the new `AzureFirewallManagementSubnet` subnet
5959

6060
1. Use the Azure portal to create the new subnet.
6161
:::image type="content" source="media/management-nic/firewall-management-subnet.png" alt-text="Screenshot showing add a subnet.":::
6262
1. Use the appropriate IP address range for the virtual network.
6363
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.
6565
:::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.":::
6666

6767
1. Stop the firewall
@@ -75,7 +75,7 @@ The following procedure shows you how to convert a regular firewall to a forced
7575
```
7676

7777

78-
1. Start the firewal with the management IP address and subnet
78+
1. Start the firewall with the management IP address and subnet
7979

8080
For example, start the firewall with one public IP address and a Management public IP address:
8181

@@ -100,7 +100,7 @@ The following procedure shows you how to convert a regular firewall to a forced
100100
$azfw | Set-AzFirewall
101101
```
102102

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:
104104

105105
:::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.":::
106106

0 commit comments

Comments
 (0)