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: docs/en/rules/Azure.ContainerApp.PublicAccess.md
+44-16
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
reviewed: 2024-06-18
2
3
severity: Important
3
4
pillar: Security
4
5
category: SE:06 Network controls
@@ -23,11 +24,15 @@ Disable public network access to improve security by exposing the Container Apps
23
24
24
25
This removes the need for a public IP address and prevents internet access to all Container Apps within the environment.
25
26
26
-
To provide secure access, instead consider using an Application Gateway or Azure Front Door premium in front of your Container Apps on your private VNET.
27
+
To provide secure access externally, instead consider using:
28
+
29
+
- An Application Gateway in front of your Container Apps using your private VNET.
30
+
- A Azure Front Door premium profile with private link to your Container Apps.
31
+
This currently only applies to Container Apps using consumption without workload profiles.
27
32
28
33
## RECOMMENDATION
29
34
30
-
Consider disabling public network access.
35
+
Consider disabling public network access by deploying an internal-only container apps to reduce the attack surface.
0 commit comments