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/create-ssl-portal.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
81
81
-**Resource group**: Select **myResourceGroupAG** for the resource group. If it doesn't exist, select **Create new** to create it.
82
82
-**Application gateway name**: Enter *myAppGateway* for the name of the application gateway.
83
83
84
-

84
+

85
85
86
86
2. For Azure to communicate between the resources that you create, it needs a virtual network. You can either create a new virtual network or use an existing one. In this example, you'll create a new virtual network at the same time that you create the application gateway. Application Gateway instances are created in separate subnets. You create two subnets in this example: one for the application gateway, and another for the backend servers.
87
87
@@ -97,7 +97,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
97
97
98
98
Select **OK** to close the **Create virtual network** window and save the virtual network settings.
99
99
100
-

100
+

101
101
102
102
3. On the **Basics** tab, accept the default values for the other settings and then select **Next: Frontends**.
103
103
@@ -109,13 +109,13 @@ Sign in to the [Azure portal](https://portal.azure.com).
109
109
110
110
2. Choose **Add new** for the **Public IP address** and enter *myAGPublicIPAddress* for the public IP address name, and then select **OK**.
111
111
112
-

112
+

113
113
114
114
3. Select **Next: Backends**.
115
115
116
116
### Backends tab
117
117
118
-
The backend pool is used to route requests to the backend servers that serve the request. Backend pools can be composed of NICs, virtual machine scale sets, public IPs, internal IPs, fully qualified domain names (FQDN), and multi-tenant backends like Azure App Service. In this example, you'll create an empty backend pool with your application gateway and then add backend targets to the backend pool.
118
+
The backend pool is used to route requests to the backend servers that serve the request. Backend pools can be composed of NICs, virtual machine scale sets, public IPs, internal IPs, fully qualified domain names (FQDN), and multitenant backends like Azure App Service. In this example, you'll create an empty backend pool with your application gateway and then add backend targets to the backend pool.
119
119
120
120
1. On the **Backends** tab, select **Add a backend pool**.
121
121
@@ -126,7 +126,7 @@ The backend pool is used to route requests to the backend servers that serve the
126
126
127
127
3. In the **Add a backend pool** window, select **Add** to save the backend pool configuration and return to the **Backends** tab.
128
128
129
-

129
+

130
130
131
131
4. On the **Backends** tab, select **Next: Configuration**.
132
132
@@ -154,7 +154,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
154
154
155
155
Accept the default values for the other settings on the **Listener** tab, then select the **Backend targets** tab to configure the rest of the routing rule.
156
156
157
-

157
+

158
158
159
159
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
160
160
@@ -164,7 +164,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
164
164
165
165
6. On the **Add a routing rule** window, select **Add** to save the routing rule and return to the **Configuration** tab.
166
166
167
-

167
+

168
168
169
169
7. Select **Next: Tags** and then **Next: Review + create**.
170
170
@@ -211,7 +211,7 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
211
211
212
212
1. Open [Azure PowerShell](../cloud-shell/quickstart-powershell.md). To do so, select **Cloud Shell** from the top navigation bar of the Azure portal and then select **PowerShell** from the drop-down list.

247
247
248
248
6. Select **Save**.
249
249
@@ -253,17 +253,17 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
253
253
254
254
1. Select **All resources**, and then select **myAGPublicIPAddress**.
255
255
256
-

256
+
:::image type="content" source="./media/create-ssl-portal/application-gateway-ag-address.png" alt-text="Screenshot of finding the application gateway public IP address.":::
257
257
258
-
2. In the address bar of your browser, type *https://\<your application gateway ip address\>*.
258
+
3. In the address bar of your browser, type *https://\<your application gateway ip address\>*.
259
259
260
260
To accept the security warning if you used a self-signed certificate, select **Details** (or **Advanced** on Chrome) and then go on to the webpage:
0 commit comments