Skip to content

Commit 84d8b12

Browse files
Merge pull request #268186 from JackStromberg/patch-157
Fix typos
2 parents 6145202 + 29011b5 commit 84d8b12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/application-gateway/for-containers/how-to-header-rewrite-ingress-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: conceptual
9-
ms.date: 02/27/2024
9+
ms.date: 03/5/2024
1010
ms.author: greglin
1111
---
1212

@@ -43,7 +43,7 @@ The following figure illustrates an example of a request with a specific user ag
4343
- two services called `backend-v1` and `backend-v2` in the `test-infra` namespace
4444
- two deployments called `backend-v1` and `backend-v2` in the `test-infra` namespace
4545

46-
## Deploy the required Gateway API resources
46+
## Deploy the required Ingress API resources
4747

4848
# [ALB managed deployment](#tab/alb-managed)
4949

@@ -200,7 +200,7 @@ spec:
200200
EOF
201201
```
202202

203-
Once the HTTPRoute resource is created, ensure the route has been _Accepted_ and the Application Gateway for Containers resource has been _Programmed_.
203+
Once the IngressExtension resource is created, ensure the resource returns _No validation errors_ and is valid.
204204

205205
```bash
206206
kubectl get IngressExtension header-rewrite -n test-infra -o yaml
@@ -333,4 +333,4 @@ Via the response we should see:
333333
}
334334
```
335335

336-
Congratulations, you have installed ALB Controller, deployed a backend application and modified header values via Gateway API on Application Gateway for Containers.
336+
Congratulations, you have installed ALB Controller, deployed a backend application and modified header values via Ingress API on Application Gateway for Containers.

0 commit comments

Comments
 (0)