Skip to content

Commit fdf5373

Browse files
authored
Update descriptions
1 parent 1007997 commit fdf5373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ You can get access to the environment's unique identifier by querying the enviro
102102

103103
By default, ingress does not filter traffic. You can add restrictions to limit access based on IP addresses. There are two ways to filter traffic:
104104

105-
* Allow access from a list of IP address ranges, deny all other inbound traffic
106-
* Deny access from a list of IP address ranges, allow all other inbound traffic
105+
* Allow list - deny all inbound traffic, but allow access from a list of IP address ranges
106+
* Deny list - allow all inbound traffic, but deny access from a list of IP address ranges
107107

108108
> [!NOTE]
109109
> If defined, all rules must be the same type. You cannot combine allow rules and deny rules.

0 commit comments

Comments
 (0)