I need a static ip address for IPv6 on Azure, but it looks like only dynamic IPv6 addresses are supported. I'm wondering about the relative stability of a dynamic IPv6 address for Azure load balancers. How often will it change?
In the Azure Docs, it says that dynamic ip addresses for VMs change when the vm is restarted, stopped, or deallocated. How does this work for load balancers, since they are not restarted or stopped?
If I have a load balancer with an availability set of vms as a backend pool, will the public IPv6 front-end ip configuration be relatively stable even if it's technically "dynamic", as long as I don't change the backend pool?