Need solution for set private static ip for azure container instance. If the container restarts are reupdated
I tried many docs to fix this ,but still cant able to fix it
Tried with network security group to reserve and block the ip
Tried with the script get retrieve the ip and used in the application gateway
Tried with Public ip with the nat gateway
Thanks to
silentfor suggesting the same.Private static IP for
Azure Container Instancesis not supported.Alternatively, you can achieve it by creating a new subnet with a smaller size (10.4.0.0/29 - 8 address count), which will only provide 8 IP addresses and Azure reserved five IP addresses by default and the remaining 3 IP addresses. However, there is still no guarantee.
Refer to the Microsoft Document & Stack Link by
silentfor more aboutPrivate Static IPfor `Azure Container Instances