I am setting up a bgp ipsec tunnel with a service provider. The public ip addresses on the Azure side are set to dynamic, and I am wondering if these addresses would ever change?
This is on the docs site regarding assignment of address:
Dynamic: Dynamic addresses are assigned only after the public IP address is associated to a NIC attached to a VM and the VM is started for the first time. Dynamic addresses can change if the VM the NIC is attached to is stopped (deallocated). The address remains the same if the VM is rebooted or stopped (but not deallocated). Static: Static addresses are assigned when the public IP address is created. Static addresses do not change even if the VM is put in the stopped (deallocated) state. The address is only released when the NIC is deleted. You can change the assignment method after the NIC is created.
But it seems to be specific to virtual machines.