ok, I have a requirement from third-part to run a workload from a specific IP (so they can white-list it). Can I assign a reserved IP to my ACI container?
Asked
Active
Viewed 6,622 times
10
-
Here is a similar [thread](https://stackoverflow.com/questions/47199064/mapping-an-aci-instance-to-a-reserved-ip-on-azure?rq=1) you could refer to. – Joey Cai May 29 '18 at 01:53
-
That's not my question in that thread. I need to assign a reserved IP to ACI container. – AlexB May 29 '18 at 10:08
1 Answers
10
UPDATE
You can now assign a private IP address by joining your container group to a VNET! Check out details at https://aka.ms/aci/vnet.
You cannot assign a private IP address to a container group today. We are enabling assignment of private IP addresses to container groups later this year so you can join a container group to a new or existing private VNET.
Note ACI also does not guarantee a static IP address for a container group, the link provided by Joey details how to setup a DNS name label to utilize a reliable endpoint though.
Hope this helps!

jluk
- 1,000
- 7
- 12
-
3Please provide this functionality at least for a group. There are many use cases when the services must operate from a static public IP. Because consumers or providers just whitelist IP's. – AlexB Jun 01 '18 at 22:00
-
We absolutely agree, we're working on that functionality as well so support the exact whitelisting scenario you describe. We're making progress and should have updates on increased networking capability this year. Thanks for your patience and feedback, we'll make it happen. – jluk Jul 20 '18 at 16:57
-
-
Thanks for the follow up Chris - you can now join a VNET with Linux containers in ACI. We're still closing down the static IP capability, should have better updates by end of 2018! – jluk Nov 02 '18 at 00:04
-
jluk thank you for the information. I would like to mention that for mine organization this static IP capability is also a very important functionality. We build our software based on Docker containers and we have a lot of cases where our integrations required IP whitelists. – rafalkasa Nov 16 '18 at 11:18
-
@jluk the VNET doc page suggests this only works for private IP addresses, which aren't useful in the scenario described in the question (if I'm understanding this correctly). Is there any update on how to have a static public IP address for an ACI group? – Daryl Jul 31 '19 at 00:22
-
@jluk Is there any update on this? Any channel I can follow regarding announcements? Static IP really is an important feature. – kummerer94 Jan 13 '20 at 14:43
-
can we assign static private IP? I deploy container in VNET and its working but it's automaticaly assign the private ip address from subnet. I'm using smtp4dev and need static private ip address ? is there any workaround ? – NAS Mar 01 '21 at 08:24