Skip to content

Commit 606756a

Browse files
Merge pull request #245978 from JackStromberg/patch-124
Minor changes
2 parents c8d6f9e + dfd19cc commit 606756a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/for-containers/how-to-traffic-splitting-gateway-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This document helps set up an example application that uses the following resour
2424
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2525
2626
1. If following the BYO deployment strategy, ensure you have set up your Application Gateway for Containers resources and [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md)
27-
2. If following the ALB managed deployment strategy, ensure you have provisioned your [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md) and provisioned the Application Gateway for Containers resources via the [ApplicationLoadBalancer custom resource](quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md).3
27+
2. If following the ALB managed deployment strategy, ensure you have provisioned your [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md) and provisioned the Application Gateway for Containers resources via the [ApplicationLoadBalancer custom resource](quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md).
2828
3. Deploy sample HTTP application
2929
Apply the following deployment.yaml file on your cluster to create a sample web application to demonstrate traffic splitting / weighted round robin support.
3030
```bash
@@ -227,7 +227,7 @@ Curling this FQDN should return responses from the backends/pods as configured o
227227
```bash
228228
# this curl command will return 50% of the responses from backend-v1
229229
# and the remaining 50% of the responses from backend-v2
230-
watch -n 1 curl $fqdn
230+
watch -n 1 curl http://$fqdn
231231
```
232232

233233
Congratulations, you have installed ALB Controller, deployed a backend application and routed traffic to the application via the ingress on Application Gateway for Containers.

0 commit comments

Comments
 (0)