Skip to content

Commit b41d0a1

Browse files
committed
add figures
1 parent 17a5e63 commit b41d0a1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

articles/application-gateway/for-containers/how-to-path-header-query-string-routing-gateway-api.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greglin
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: how-to
9-
ms.date: 07/30/2023
9+
ms.date: 09/20/2023
1010
ms.author: greglin
1111
---
1212

@@ -17,6 +17,12 @@ This document helps you set up an example application that uses the resources fr
1717
- Create an [HTTPRoute](https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/) resource that references a backend service.
1818
- Use [HTTPRouteMatch](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRouteMatch) to perform `matches` that route based on path, header, and query string.
1919

20+
## Background
21+
22+
Application Gateway for Containers enables traffic routing based on URL path, query string, and header. See the following example scenario:
23+
24+
![A figure showing path, header, and query string routing with Application Gateway for Containers](./media/how-to-path-header-query-string-gateway-api/routing.png)
25+
2026
## Prerequisites
2127

2228
> [!IMPORTANT]

articles/application-gateway/for-containers/how-to-ssl-offloading-gateway-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: greglin
77
ms.service: application-gateway
88
ms.subservice: appgw-for-containers
99
ms.topic: how-to
10-
ms.date: 07/24/2023
10+
ms.date: 09/20/2023
1111
ms.author: greglin
1212
---
1313

@@ -19,7 +19,7 @@ This document helps set up an example application that uses the following resour
1919

2020
## Background
2121

22-
Application Gateway for Containers enables SSL offloading. See the following example scenario:
22+
Application Gateway for Containers enables SSL [offloading](/azure/architecture/patterns/gateway-offloading) for better backend performance. See the following example scenario:
2323

2424
![A figure showing SSL offloading with Application Gateway for Containers](./media/how-to-ssl-offloading-gateway-api/ssl-offloading.png)
2525

articles/application-gateway/for-containers/how-to-ssl-offloading-ingress-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: greglin
77
ms.service: application-gateway
88
ms.subservice: appgw-for-containers
99
ms.topic: how-to
10-
ms.date: 08/09/2023
10+
ms.date: 09/20/2023
1111
ms.author: greglin
1212
---
1313

@@ -17,7 +17,7 @@ This document helps set up an example application that uses the _Ingress_ resour
1717

1818
## Background
1919

20-
Application Gateway for Containers enables SSL offloading. See the following example scenario:
20+
Application Gateway for Containers enables SSL [offloading](/azure/architecture/patterns/gateway-offloading) for better backend performance. See the following example scenario:
2121

2222
![A figure showing SSL offloading with Application Gateway for Containers](./media/how-to-ssl-offloading-ingress-api/ssl-offloading.png)
2323

0 commit comments

Comments
 (0)