Skip to content

Commit e11ae7b

Browse files
committed
edit pass: web-application-firewall-on-application-gateway-for-containers
1 parent 93c5750 commit e11ae7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Application Gateway for Containers uses Azure Web Application Firewall to block
2929

3030
- If you're following the Application Load Balancer (ALB) managed deployment strategy, ensure that you:
3131

32-
- Provisioned your [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md). - Provisioned the Application Gateway for Containers resources via the [ApplicationLoadBalancer custom resource](quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md).
32+
- Provisioned your [ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md).
33+
- Provisioned the Application Gateway for Containers resources via the [`ApplicationLoadBalancer` custom resource](quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md).
3334

3435
- Apply the following `deployment.yaml` file on your cluster to create a sample web application that demonstrates the header rewrite:
3536

@@ -119,7 +120,7 @@ After you create the `Gateway` resource, ensure that the status is valid, the li
119120
kubectl get gateway gateway-01 -n test-infra -o yaml
120121
```
121122
122-
Here's example output of successful creation of a `Gateway` resource:
123+
Here's example output for successful creation of a `Gateway` resource:
123124
124125
```yaml
125126
status:

articles/application-gateway/for-containers/web-application-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
The following functionality is not supported on an Azure Web Application Firewall policy that's associated with Application Gateway for Containers:
6060
6161
* Azure Web Application Firewall integration in Microsoft Security Copilot
62-
* Azure Web Application Firewall integration in Microsoft Security Copilot (embedded)
62+
* Embedded Azure Web Application Firewall integration in Microsoft Security Copilot
6363
* JavaScript challenge actions
6464
* Core Rule Set (CRS) 3.2 and earlier rule sets
6565

0 commit comments

Comments
 (0)