Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I assign a reserved IP to Azure Container Instances (ACI)?

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?

like image 632
alvipeo Avatar asked May 28 '18 14:05

alvipeo


1 Answers

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!

like image 134
jluk Avatar answered Nov 16 '22 01:11

jluk