I have an AppService hosted in Azure and DNSs managed by GoDaddy. When the IP address of the AppService changes, the SSL certificate is no longer valid (you browse the site and you get a privacy error because the certificate is not in the correct domain). In order to fix this issue, I need to go to GoDaddy and change the IP address.
My configuration in GoDaddy:
- A record referring to the AppService IP address
- CNAME www record referring to the app service URL xxx.azurewebsites.net
SSL certificate in Azure:
- www.domainname.com: SNI based
- domainname.com: IP SSL based
Note about IP SSL based certificate: changing both to SNI based did not fix the issue.
Any ideas to avoid having to update the IP address in GoDaddy every time Azure changes the ip of the AppService?