IATI / IATI-Standard-Website

IATI (about & guidance) website based on Django and Wagtail CMS
MIT License
6 stars 8 forks source link

SKU of Public IP address must be set #777

Closed odscjames closed 1 month ago

odscjames commented 1 month ago

From run:

WARNING: It is recommended to use parameter "--public-ip-sku Standard" to create new VM with Standard public IP. Please note that the default public IP used for VM creation will be changed from Basic to Standard in the future.

Currently we get Basic ones.

Standard ones have different NSG options so need to double check those when we do this switch.

https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#sku says:

On September 30, 2025, Basic SKU public IPs will be retired.

odscjames commented 1 month ago

Also, Basic Ip's may be dynamic (our current ones are) which runs the risk that stopping a VM means we lose the IP and we get a different one when we start it and then the proxy is broken. Standard IP's are static.