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
@@ -29,7 +29,7 @@ This template creates an Azure Firewall with two public IP addresses, along with
29
29
30
30
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/fw-docs-qs/azuredeploy.json)
Multiple Azure resources are defined in the template:
35
35
@@ -51,15 +51,11 @@ Deploy Resource Manager template to Azure:
51
51
52
52
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Ffw-docs-qs%2Fazuredeploy.json"><imgsrc="./media/quick-create-multipleip-template/deploy-to-azure.png"alt="deploy to azure"/></a>
53
53
54
-
2. In the portal, on the **Create an Azure Firewall with IpGroups** page, type or select the following values:
54
+
2. In the portal, on the **Create an Azure Firewall with multiple IP public addresses** page, type or select the following values:
55
55
- Subscription: Select from existing subscriptions
56
56
- Resource group: Select from existing resource groups or select **Create new**, and select **OK**.
57
57
- Location: Select a location
58
-
- Virtual Network Name: Type a name for the new virtual network (VNet)
59
-
- IP Group Name 1: Type name for IP Group 1
60
-
- IP Group Name 2: Type name for IP Group 2
61
58
- Admin Username: Type username for the administrator user account
62
-
- Authentication: Select sshPublicKey or password
63
59
- Admin Password: Type an administrator password or key
64
60
65
61
3. Select **I agree to the terms and conditions stated above** and then select **Purchase**. The deployment can take 10 minutes or longer to complete.
@@ -68,7 +64,7 @@ Deploy Resource Manager template to Azure:
68
64
69
65
In the Azure portal, review the deployed resources. Note the firewall public IP addresses.
70
66
71
-
Use Remote Desktop Connection to connect to the firewall public IP addresses. A successful connection demonstrates the firewall NAT rules allowing the connection to the backend servers.
67
+
Use Remote Desktop Connection to connect to the firewall public IP addresses. Successful connections demonstrates firewall NAT rules that allow the connection to the backend servers.
0 commit comments