Skip to content

Commit 6410274

Browse files
Merge pull request #228239 from tysonfms/patch-17
Adding info about not taking a dependency on IP address
2 parents 5dad465 + eefe397 commit 6410274

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ sections:
144144
answer: |
145145
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. Please avoid using these ports in your container group definition.
146146
147+
- question: |
148+
Can you take a dependencyon the container group's IP address?
149+
answer: |
150+
Container group IP addresses are subject to change after being created or deleted. We recommend that your application code does not take a dependency on the container group's IP address. We also suggest using [NAT Gateway](container-instances-nat-gateway.md) or [Application Gateway](container-instances-application-gateway.md) if you would like to maintain a static IP address.
151+
147152
- name: Pricing
148153
questions:
149154
- question: |

0 commit comments

Comments
 (0)