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/app-service/environment/integrate-with-application-gateway.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,8 @@ You can [buy and manage an App Service certificate](../configure-ssl-app-service
93
93
94
94
The following procedure creates an application gateway with an ILB App Service Environment in the Azure portal. For the general instructions to create an application gateway, see [Create an application gateway with a Web Application Firewall in the Azure portal](/azure/web-application-firewall/ag/application-gateway-web-application-firewall-portal).
95
95
96
+
### Configure basic settings
97
+
96
98
1. In the [Azure portal](https://portal.azure.com), go to the **Home** page, and select **+ Create a resource**.
97
99
98
100
1. in the **Marketplace** page, search for **Application Gateway**.
@@ -115,6 +117,8 @@ The following procedure creates an application gateway with an ILB App Service E
115
117
116
118
1. Select an existing **Subnet** or create a new one.
117
119
120
+
### Configure settings for the frontends
121
+
118
122
1. Select **Next: Frontends >**, and configure the following **Frontends** settings:
119
123
120
124
1. Set the **Frontend IP address type** to **Public**, **Private**, or **Both**.
@@ -129,6 +133,8 @@ The following procedure creates an application gateway with an ILB App Service E
129
133
130
134
The example in this article uses the **Public** option to enable public endpoints only.
131
135
136
+
### Configure settings for the backends
137
+
132
138
1. Select **Next: Backends >**, and configure the following **Backends** settings:
133
139
134
140
<aname="identify-backend-pool"></a>
@@ -145,6 +151,8 @@ The following procedure creates an application gateway with an ILB App Service E
145
151
146
152
:::image type="content" source="./media/integrate-with-application-gateway/add-backend-pool.png" alt-text="Screenshot that shows how to add a backend pool for the application gateway in the Azure portal.":::
147
153
154
+
### Configure routing rules
155
+
148
156
1. Select **Next: Configuration >**, and then select **Add a routing rule**.
149
157
150
158
:::image type="content" source="./media/integrate-with-application-gateway/configuration.png" alt-text="Screenshot that shows how to select 'Add a routing rule' for the application gateway Configuration settings in the Azure portal.":::
@@ -156,7 +164,9 @@ The following procedure creates an application gateway with an ILB App Service E
156
164
1. Specify the **Priority** for processing the rule in relation to the other rules. Enter a value from 1 (highest priority or first processed) to 20,000 (lowest priority or last processed).
157
165
158
166
To complete the rule configure, you need to specify settings for a **Listener** and the **Backend targets**.
159
-
167
+
168
+
### Add an HTTP listener
169
+
160
170
1. For proof of concept deployment, add an **HTTP** listener with the following settings:
161
171
162
172
| Setting | Description | Example value |
@@ -173,6 +183,8 @@ The following procedure creates an application gateway with an ILB App Service E
173
183
174
184
:::image type="content" source="./media/integrate-with-application-gateway/http-routing-rule.png" alt-text="Screenshot that shows how to configure the listener for an HTTP routing rule the application gateway.":::
175
185
186
+
### Add an HTTPS listener
187
+
176
188
1. If you want security enhancement, add an **HTTPS** listener with TLS encryption:
177
189
178
190
| Setting | Description | Example value |
@@ -214,6 +226,8 @@ The following procedure creates an application gateway with an ILB App Service E
214
226
215
227
1. After you configure the HTTPS **Listener** properties, select **Add**.
216
228
229
+
### Configure the backend pool
230
+
217
231
1. To complete the routing rule definition, select the **Backend targets** tab, and configure the following settings. For this section, you use the same [backend pool information](#identify-backend-pool) that you specified earlier.
218
232
219
233
:::image type="content" source="./media/integrate-with-application-gateway/backend-targets.png" alt-text="Screenshot that shows how to configure the backend targets for an HTTPS routing rule for the application gateway.":::
0 commit comments