Skip to content

Commit 1cfd76c

Browse files
committed
edits
1 parent 46d2c9f commit 1cfd76c

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

articles/app-service/environment/integrate-with-application-gateway.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ You can [buy and manage an App Service certificate](../configure-ssl-app-service
9393

9494
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).
9595

96+
### Configure basic settings
97+
9698
1. In the [Azure portal](https://portal.azure.com), go to the **Home** page, and select **+ Create a resource**.
9799

98100
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
115117

116118
1. Select an existing **Subnet** or create a new one.
117119

120+
### Configure settings for the frontends
121+
118122
1. Select **Next: Frontends >**, and configure the following **Frontends** settings:
119123

120124
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
129133

130134
The example in this article uses the **Public** option to enable public endpoints only.
131135

136+
### Configure settings for the backends
137+
132138
1. Select **Next: Backends >**, and configure the following **Backends** settings:
133139

134140
<a name="identify-backend-pool"></a>
@@ -145,6 +151,8 @@ The following procedure creates an application gateway with an ILB App Service E
145151

146152
:::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.":::
147153

154+
### Configure routing rules
155+
148156
1. Select **Next: Configuration >**, and then select **Add a routing rule**.
149157

150158
:::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
156164
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).
157165

158166
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+
160170
1. For proof of concept deployment, add an **HTTP** listener with the following settings:
161171

162172
| Setting | Description | Example value |
@@ -173,6 +183,8 @@ The following procedure creates an application gateway with an ILB App Service E
173183

174184
:::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.":::
175185

186+
### Add an HTTPS listener
187+
176188
1. If you want security enhancement, add an **HTTPS** listener with TLS encryption:
177189

178190
| Setting | Description | Example value |
@@ -214,6 +226,8 @@ The following procedure creates an application gateway with an ILB App Service E
214226

215227
1. After you configure the HTTPS **Listener** properties, select **Add**.
216228

229+
### Configure the backend pool
230+
217231
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.
218232

219233
:::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.":::
-985 Bytes
Loading

0 commit comments

Comments
 (0)