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

浪尽此生 提交于 2021-02-18 05:35:52

问题


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?


回答1:


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!



来源:https://stackoverflow.com/questions/50568876/can-i-assign-a-reserved-ip-to-azure-container-instances-aci

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!