Skip to content

Commit b5b0ec4

Browse files
Merge pull request #305568 from mbender-ms/appgw-fix-image
application gateway | Fix image
2 parents 9cf32dc + 2f8ef3e commit b5b0ec4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/application-gateway/configuration-http-settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ For example, if *www.contoso.com* is specified in the **Host name** setting, the
173173
Azure Application Gateway, by default, reuses idle backend connections to optimize the resource utilization of TCP connections for both the Application Gateway and the backend server.
174174
To support security functions in customer data paths that necessitate unique backend connections per client, Azure Application Gateway V2 provides dedicated connections to backend servers.
175175

176-
:::image type="content" source="media/configuration-http-settings/dedicated-backend.png" alt-text="Screenshot of network flows through Application Gateway layer 7 proxy."::: This capability establishes direct, one-to-one mapping between frontend and backend connections, ensuring persistent connectivity for each individual client.
176+
:::image type="content" source="media/configuration-http-settings/dedicated-backend.png" alt-text="Screenshot of network flows through Application Gateway layer 7 proxy.":::
177+
178+
This capability establishes direct, one-to-one mapping between frontend and backend connections, ensuring persistent connectivity for each individual client.
177179

178180
>[!IMPORTANT]
179181
>Dedicated backend connection leads to an increase in the number of backend connections and hence could require more resources to support the increased concurrent connections on Application Gateway and the backend servers. On Application Gateway, you must consider increasing the number of instances or enabling auto scale.

0 commit comments

Comments
 (0)