Skip to content

Commit e3ff6c5

Browse files
committed
pre review edits
1 parent 8385ad9 commit e3ff6c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/firewall/protect-azure-kubernetes-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: vhorne
55
ms.service: firewall
66
services: firewall
77
ms.topic: how-to
8-
ms.date: 07/27/2022
8+
ms.date: 07/28/2022
99
ms.author: victorh
1010
---
1111

@@ -33,11 +33,11 @@ You can download a zip file from the [Microsoft Download Center](https://downloa
3333

3434
The following diagram shows the sample environment from the video that the script and guide configure:
3535

36-
:::image type="content" source="media/protect-azure-kubernetes-service/aks-firewall.png" alt-text="A K S cluster with Azure Firewall for ingress egress filtering":::
36+
:::image type="content" source="media/protect-azure-kubernetes-service/aks-firewall.png" alt-text="Diagram showing A K S cluster with Azure Firewall for ingress egress filtering.":::
3737

3838
There is one difference between the script and the following guide. The script uses managed identities, but the guide uses a service principal. This shows you two different ways to create an identity to manage and create cluster resources.
3939

40-
## Restrict Egress Traffic Using Azure Firewall
40+
## Restrict egress traffic using Azure Firewall
4141

4242
### Set configuration via environment variables
4343

@@ -257,7 +257,7 @@ Use the [az aks get-credentials][az-aks-get-credentials] command to configure `k
257257
az aks get-credentials -g $RG -n $AKSNAME
258258
```
259259

260-
## Restrict Ingress Traffic Using Azure Firewall
260+
## Restrict ingress traffic using Azure Firewall
261261

262262
You can now start exposing services and deploying applications to this cluster. In this example, we'll expose a public service, but you may also choose to expose an internal service via [internal load balancer](../aks/internal-lb.md).
263263

0 commit comments

Comments
 (0)