AlexB
AlexB

Reputation: 4528

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?

Upvotes: 10

Views: 6843

Answers (1)

jluk
jluk

Reputation: 1030

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!

Upvotes: 10

Related Questions