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/for-containers/how-to-url-rewrite-gateway-api.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
6
6
ms.service: azure-application-gateway
7
7
ms.subservice: appgw-for-containers
8
8
ms.topic: conceptual
9
-
ms.date: 02/27/2024
9
+
ms.date: 09/16/2024
10
10
ms.author: greglin
11
11
---
12
12
@@ -30,20 +30,19 @@ The following figure illustrates an example of a request destined for _contoso.c
30
30
31
31
1. If following the BYO deployment strategy, ensure you set up your Application Gateway for Containers resources and [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md).
32
32
2. If following the ALB managed deployment strategy, ensure you provision your [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md) and provision the Application Gateway for Containers resources via the [ApplicationLoadBalancer custom resource](quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md).
33
-
3. Deploy sample HTTP application
33
+
3. Deploy sample HTTP application:
34
+
35
+
Apply the following deployment.yaml file on your cluster to create a sample web application to demonstrate traffic splitting / weighted round robin support.
34
36
35
-
Apply the following deployment.yaml file on your cluster to deploy a sample TLS certificate to demonstrate redirect capabilities.
0 commit comments