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
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application-gateway
5
5
author: vhorne
6
6
ms.service: application-gateway
7
7
ms.topic: tutorial
8
-
ms.date: 08/31/2019
8
+
ms.date: 09/27/2019
9
9
ms.author: victorh
10
10
#Customer intent: As an IT administrator, I want to use the Azure portal to configure Application Gateway with SSL termination so I can secure my application traffic.
11
11
---
@@ -77,7 +77,7 @@ Export-PfxCertificate `
77
77
-**Resource group**: Select **myResourceGroupAG** for the resource group. If it doesn't exist, select **Create new** to create it.
78
78
-**Application gateway name**: Enter *myAppGateway* for the name of the application gateway.
79
79
80
-

80
+

81
81
82
82
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.
83
83
@@ -93,7 +93,7 @@ Export-PfxCertificate `
93
93
94
94
Select **OK** to close the **Create virtual network** window and save the virtual network settings.
95
95
96
-

96
+

97
97
98
98
3. On the **Basics** tab, accept the default values for the other settings and then select **Next: Frontends**.
99
99
@@ -105,7 +105,7 @@ Export-PfxCertificate `
105
105
106
106
2. Choose **Create new** for the **Public IP address** and enter *myAGPublicIPAddress* for the public IP address name, and then select **OK**.
107
107
108
-

108
+

109
109
110
110
3. Select **Next: Backends**.
111
111
@@ -122,7 +122,7 @@ The backend pool is used to route requests to the backend servers that serve the
122
122
123
123
3. In the **Add a backend pool** window, select **Add** to save the backend pool configuration and return to the **Backends** tab.
124
124
125
-

125
+

126
126
127
127
4. On the **Backends** tab, select **Next: Configuration**.
128
128
@@ -147,19 +147,19 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
147
147
-**Certificate name** - Type *mycert1* for the name of the certificate.
148
148
-**Password** - Type *Azure123456!* for the password.
149
149
150
-
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.
150
+
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.
151
151
152
-

152
+

153
153
154
154
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
155
155
156
156
5. For the **HTTP setting**, select **Create new** to create a new HTTP setting. The HTTP setting will determine the behavior of the routing rule. In the **Add an HTTP setting** window that opens, enter *myHTTPSetting* for the **HTTP setting name**. Accept the default values for the other settings in the **Add an HTTP setting** window, then select **Add** to return to the **Add a routing rule** window.
157
157
158
-

158
+

159
159
160
160
6. On the **Add a routing rule** window, select **Add** to save the routing rule and return to the **Configuration** tab.
161
161
162
-

162
+

163
163
164
164
7. Select **Next: Tags** and then **Next: Review + create**.
165
165
@@ -209,17 +209,17 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
209
209
210
210
2. Run the following command to install IIS on the virtual machine:
3. Create a second virtual machine and install IIS by using the steps that you previously completed. Use *myVM2* for the virtual machine name and for the **VMName** setting of the **Set-AzVMExtension** cmdlet.
225
225
@@ -260,4 +260,4 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
260
260
## Next steps
261
261
262
262
> [!div class="nextstepaction"]
263
-
> [Learn more about Application Gateway SSL support](ssl-overview.md)
263
+
> [Learn more about Application Gateway SSL support](ssl-overview.md)
0 commit comments