Skip to content

Commit 109ffef

Browse files
authored
Merge pull request #204876 from craigshoemaker/aca/secure-vnet
[Container Apps] Update secure VNET
2 parents 06b6780 + 23eb226 commit 109ffef

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/container-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
href: vnet-custom.md
5353
- name: Deploy with an internal environment
5454
href: vnet-custom-internal.md
55-
- name: Firewall integration
55+
- name: Securing a custom VNET
5656
href: firewall-integration.md
5757
- name: Observability
5858
href: observability.md

articles/container-apps/firewall-integration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: JennyLawrance
66
ms.service: container-apps
77
ms.custom: event-tier1-build-2022
88
ms.topic: reference
9-
ms.date: 4/15/2022
9+
ms.date: 07/15/2022
1010
ms.author: jennylaw
1111
---
1212

@@ -43,4 +43,11 @@ The following tables describe how to configure a collection of NSG allow rules.
4343
|--|--|--|--|
4444
| 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. |
4545
| UDP | `123` | \* | NTP server. |
46+
| TCP | `5671` | \* | Container Apps control plane. |
47+
| TCP | `5672` | \* | Container Apps control plane. |
4648
| 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

Comments
 (0)