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/container-apps/firewall-integration.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: JennyLawrance
6
6
ms.service: container-apps
7
7
ms.custom: event-tier1-build-2022
8
8
ms.topic: reference
9
-
ms.date: 4/15/2022
9
+
ms.date: 07/15/2022
10
10
ms.author: jennylaw
11
11
---
12
12
@@ -43,4 +43,11 @@ The following tables describe how to configure a collection of NSG allow rules.
43
43
|--|--|--|--|
44
44
| TCP |`443`|\*| Allowing all outbound on port `443` provides a way to allow all FQDN based outbound dependencies that don't have a static IP. |
45
45
| UDP |`123`|\*| NTP server. |
46
+
| TCP |`5671`|\*| Container Apps control plane. |
47
+
| TCP |`5672`|\*| Container Apps control plane. |
46
48
| Any |\*| Infrastructure subnet address space | Allow communication between IPs in the infrastructure subnet. This address is passed as a parameter when you create an environment. For example, `10.0.0.0/23`. |
49
+
50
+
#### Considerations
51
+
52
+
- If you are running HTTP servers, you might need to add ports `80` and `443`.
53
+
- Adding deny rules for some ports and protocols with lower priority than `65000` may cause service interruption and unexpected behavior.
0 commit comments