Categories
Uncategorized

Supporting IPv6 in Azure App Service using an Azure Front Door frontend

Many developers would like their website to have support for IPv6 connectivity. Unfortunately IPv6 is not yet widely supported for most Azure services, including App Service, which includes Web Apps/Function Apps/Bot Service/etc.

The good news is that this is possible to achieve using Azure Front Door as a frontend, which does support IPv6. The Azure Front Door will then reach the Web App over IPv4.

Using this tool I tested a simple Azure Web App, which is not ready for IPv6. The tool performs a DNS AAAA record lookup, to discover an IPv6 address.

Here I have setup an Azure Front Door with custom domain http://ipv6.patrickob.com -> CNAME record pointing at the Front Door hostname xxxxxx.azurefd.net. You do not need to use a custom domain, you can also use the default Front Door hostname. The Front Door hostname has a DNS AAAA record which is found and supports IPv6.

https://www.digwebinterface.com/?hostnames=ipv6.patrickob.com%0D%0Apatobipv6.azurewebsites.net&type=AAAA&ns=resolver&useresolver=8.8.4.4&nameservers=

I am now ready for IPv6 clients to reach my App Service 😊. This is important because certain businesses require IPv6 support, including all federal government public websites.

Of course, this is only one of the many possibilities when using Azure Front Door as the entry point for your application or website. Read more here: https://docs.microsoft.com/en-us/azure/frontdoor/front-door-overview.

Watch this feature request for updates on IPv6 in the Azure platform: https://feedback.azure.com/forums/217313-networking/suggestions/4992369-support-ipv6-throughout-the-azure-platform.

2 replies on “Supporting IPv6 in Azure App Service using an Azure Front Door frontend”

Hi Patrickbob,

Great article thanks !
I followed your process months ago and ipv6 worked perfectly well for my website : jlou.eu

Unfortunately, now I get the same error message than you :
“Our services aren’t available right nowWe’re working to restore all services as soon as possible. Please check back soon.0aSzfYQAAAABfweHRZLUeQ7UwhUtgyTdwTVJTMjBFREdFMDMwOQBFZGdl”

I do not see any direct ipv6 on my Azure Front Door now jlou.z01.azurefd.net
Do you know what happened ?

Thanks !

JL

Leave a Reply

Your email address will not be published. Required fields are marked *