A ferry kiosk bookmarks the Azure Container Instances public IP, then the group restarts during platform maintenance and the IP changes. What should clients use instead for a stabler public address?
Select an answer to reveal the explanation.
Short Explanation
An ACI public IP is a hotel room number that can change after maintenance. Use the DNS name label—or another stable front door—so kiosks keep the same name even when the room number moves.
Full Explanation
ACI can expose a public IP and an optional DNS name label under *.azurecontainer.io. Instance IPs are not a reliable long-term contract across recreations. ACR login servers are for image pull, not application traffic. Assuming IPs never change after restarts leads to broken bookmarks.