You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/firewall/protect-azure-kubernetes-service.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,13 @@ See the following video by Abhinav Sriram for a quick overview on how this works
29
29
30
30
\<video gets embedded here like Jorge Cortes video on the current page\>
31
31
32
-
You can download a zip file that contains a bash script file and a yaml file to automatically configure the sample environment used in the video. It configures Azure Firewall to protect both ingress and egress traffic. The guide(s) below walk through each step of the script in more detail so you can set up a custom configuration.
32
+
You can download a zip file from the [Microsoft Download Center](https://download.microsoft.com/download/0/1/3/0131e87a-c862-45f8-8ee6-31fa103a03ff/aks-azfw-protection-setup.zip)that contains a bash script file and a yaml file to automatically configure the sample environment used in the video. It configures Azure Firewall to protect both ingress and egress traffic. The following guides walk through each step of the script in more detail so you can set up a custom configuration.
33
33
34
34
The following diagram shows the sample environment from the video that the script and guide configure:
35
35
36
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":::
37
37
38
-
There is one difference between the script and the guide below. The script uses managed identities, but the guide below use a service principal. This shows you two different ways to create an identity to manage and create cluster resources.
38
+
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.
0 commit comments