Skip to content

Commit 1c60aa9

Browse files
authored
Revert previous wording change
1 parent cb0db82 commit 1c60aa9

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
@@ -124,7 +124,7 @@ az containerapp ingress access-restriction set \
124124
--action Allow
125125
```
126126

127-
Add more allow rules by repeating the command with a different IP address range in the `--ip-address` parameter. When you configure one or more allow rules, any traffic that doesn't match at least one allow rule is denied.
127+
Add more allow rules by repeating the command with a different IP address range in the `--ip-address` parameter. When you configure one or more allow rules, only traffic that matches at least one rule is allowed. All other traffic is denied.
128128

129129
### Configure a denylist
130130

@@ -140,7 +140,7 @@ az containerapp ingress access-restriction set \
140140
--action Deny
141141
```
142142

143-
Add more deny rules by repeating the command with a different IP address range in the `--ip-address` parameter. When you configure one or more deny rules, any traffic that doesn't match at least one deny rule is allowed.
143+
Add more deny rules by repeating the command with a different IP address range in the `--ip-address` parameter. When you configure one or more deny rules, any traffic that matches at least one rule is denied. All other traffic is allowed.
144144

145145
### Remove access restrictions
146146

0 commit comments

Comments
 (0)