Skip to content

Commit e324ec9

Browse files
committed
edit pass: web-application-firewall-on-application-gateway-for-containers
1 parent c64e447 commit e324ec9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ EOF
271271
272272
## Test access to the application
273273
274-
Now you're ready to send some traffic to the sample application, via the fully qualified domain name (FQDN) assigned to the front end. Use the following command to get the FQDN:
274+
Now you're ready to send some traffic to the sample application, via the fully qualified domain name (FQDN) assigned to the frontend resource. Use the following command to get the FQDN:
275275
276276
```bash
277277
fqdn=$(kubectl get gateway gateway-01 -n test-infra -o jsonpath='{.status.addresses[0].value}')
278278
```
279279
280-
If you specify the server name indicator by using the `curl` command, with `contoso.com` for the front-end FQDN, the output should return a response from the `backend-v1` service:
280+
If you specify the server name indicator by using the `curl` command, with `contoso.com` for the frontend resource's FQDN, the output should return a response from the `backend-v1` service:
281281
282282
```bash
283283
fqdnIp=$(dig +short $fqdn)

includes/application-gateway-for-containers-frontend-naming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ms.date: 08/14/2023
66
ms:author: mbender
77
---
88
> [!NOTE]
9-
> When the ALB Controller creates the Application Gateway for Containers resources in Azure Resource Manager, it uses the following naming convention for a front-end resource: `fe-<eight randomly generated characters>`.
9+
> When the ALB Controller creates the Application Gateway for Containers resources in Azure Resource Manager, it uses the following naming convention for a frontend resource: `fe-<eight randomly generated characters>`.
1010
>
11-
> If you want to change the name of the front end created in Azure, consider following the [bring-your-own deployment strategy](../articles/application-gateway/for-containers/overview.md#deployment-strategies).
11+
> If you want to change the name of the frontend resource created in Azure, consider following the [bring-your-own deployment strategy](../articles/application-gateway/for-containers/overview.md#deployment-strategies).

0 commit comments

Comments
 (0)