Skip to content

Commit 3a4edde

Browse files
Merge pull request #266549 from tysonfms/patch-42
Remove port 443 from reserved ports
2 parents c33dc9c + 431f2a8 commit 3a4edde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ sections:
144144
- question: |
145145
Does the ACI service reserve ports for service functionality?
146146
answer: |
147-
Yes, the ACI service does reserve the following ports for service functionality: 22, 443, 1025-1027, 3389-3399, 9999, 19000, 19080, 19390, 19100, 20000-30000, 49152-65534. Avoid using these ports in your container group definition.
147+
Yes, the ACI service does reserve the following ports for service functionality: 22, 1025-1027, 3389-3399, 9999, 19000, 19080, 19390, 19100, 20000-30000, 49152-65534. Avoid using these ports in your container group definition.
148148
149149
- question: |
150150
Can you take a dependency on the container group's IP address?

0 commit comments

Comments
 (0)