Currently per Microsoft documentation you can set a static IP address on the resource group of the kubernetes service. Problem with this is if you delete the resource group / cluster then the static IP address is also gone.
https://docs.microsoft.com/en-us/azure/aks/static-ip
Is there a way to connect Reserved IP address in Azure to link to AKS so that the IP address is guaranteed ?