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/application-gateway/application-gateway-create-gateway-portal.md
+34-25Lines changed: 34 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: victorh
11
11
12
12
# Create an application gateway using the Azure portal
13
13
14
-
You can use the Azure portal to create or manage application gateways. This quickstart shows you how to create network resources, backend servers, and an application gateway.
14
+
You can use the Azure portal to create or manage application gateways. This article shows you how to create network resources, backend servers, and an application gateway.
15
15
16
16
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
17
17
@@ -23,35 +23,42 @@ Sign in to the Azure portal at [http://portal.azure.com](http://portal.azure.com
23
23
24
24
A virtual network is needed for communication between the resources that you create. Two subnets are created in this example: one for the application gateway, and the other for the backend servers. You can create a virtual network at the same time that you create the application gateway.
25
25
26
-
1. Click **New** found on the upper left-hand corner of the Azure portal.
27
-
2. Select **Networking** and then select **Application Gateway** in the Featured list.
28
-
3. Enter these values for the application gateway:
26
+
1. Click **Create a resource** found on the upper left-hand corner of the Azure portal.
27
+
2. Click **Networking** and then click **Application Gateway** in the Featured list.
28
+
29
+
### Basics
30
+
31
+
1. Enter these values for the application gateway:
29
32
30
33
-*myAppGateway* - for the name of the application gateway.
31
34
-*myResourceGroupAG* - for the new resource group.
32
35
33
36

34
37
35
-
4. Accept the default values for the other settings and then click **OK**.
36
-
5. Click **Choose a virtual network**, click **Create new**, and then enter these values for the virtual network:
38
+
2. Accept the default values for the other settings and then click **OK**.
39
+
40
+
### Settings
41
+
42
+
1. Click **Choose a virtual network**, click **Create new**, and then enter these values for the virtual network:
37
43
38
44
-*myVNet* - for the name of the virtual network.
39
45
-*10.0.0.0/16* - for the virtual network address space.
6. Click **OK** to create the virtual network and subnet.
46
-
6. Click **Choose a public IP address**, click **Create new**, and then enter the name of the public IP address. In this example, the public IP address is named *myAGPublicIPAddress*. Accept the default values for the other settings and then click **OK**.
47
-
8. Accept the default values for the Listener configuration, leave the Web application firewall disabled, and then click **OK**.
48
-
9. Review the settings on the summary page, and then click **OK** to create the virtual network, the public IP address, and the application gateway. It may take several minutes for the application gateway to be created, wait until
49
-
the deployment finishes successfully before moving on to the next section.
51
+
6. Click **OK** to go back to the Settings page.
52
+
7. Under **Frontend IP configuration** ensure **IP address type** is set to **public**, and under **Public IP address**, ensure **Create new** is selected. Type *myAGPublicIPAddress* for the public IP address name. Accept the default values for the other settings and then click **OK**.
50
53
51
-
### Add a subnet
54
+
### Summary
55
+
56
+
Review the settings on the summary page, and then click **OK** to create the virtual network, the public IP address, and the application gateway. It may take several minutes for the application gateway to be created. Wait until the deployment finishes successfully before moving on to the next section.
57
+
58
+
## Add a subnet
52
59
53
60
1. Click **All resources** in the left-hand menu, and then click **myVNet** from the resources list.
54
-
2. Click **Subnets**, and then click **Subnet**.
61
+
2. Click **Subnets**, and then click **+ Subnet**.
When no longer needed, delete the resource group, application gateway, and all related resources. To do so, select the resource group that contains the application gateway and click **Delete**.
127
136
128
137
## Next steps
129
138
130
-
In this quickstart, you created a resource group, network resources, and backend servers. You then used those resources to create an application gateway. To learn more about application gateways and their associated resources, continue to the how-to articles.
139
+
In this article, you created a resource group, network resources, and backend servers. You then used those resources to create an application gateway. To learn more about application gateways and their associated resources, see [What is Azure Application Gateway?](overview.md)
0 commit comments