IPv6 Supported by App Service?

Suzanne Artzberger 6 Reputation points
2019-12-02T22:28:33.787+00:00

Hi,
Does Azure web apps support ipv6?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Harshvir Bhati 1 Reputation point
    2019-12-03T02:40:11.823+00:00

    Hi Suzanne,

    I am not 100% sure about this but I have googled it and found the IPv6 is supported by the Azure Front Door Service. Please refer to this article. I have not done yet but I am interested to learn the deployment.

    https://learn.microsoft.com/en-us/azure/frontdoor/front-door-overview

    0 comments No comments

  2. ajkuma 22,401 Reputation points Microsoft Employee
    2019-12-03T05:23:06.757+00:00

    @Suzanne Artzberger , Welcome to Microsoft Q&A! Thanks for posting this question.

    Adding to Harshvir19's response, we have support to write IP restrictions rules which include both IPv4 and IPv6. Kindly take a look at this document for more details on this topic - https://learn.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions

    0 comments No comments

  3. Oscar de Groot 1 Reputation point
    2021-01-14T16:45:27.613+00:00

    Unfortunately, the short answer is no: Azure App Services cannot be published over IPv6.

    Azure Front Door (AFD) does support IPv6, so you can stick an AFD in front of your app service and provide IPv6 that way.
    However, be aware that:

    • this incurs additional costs
    • this adds complexity
    • AFD has restrictions when using apex domains
    • AFD does not support DNSSEC

    Should you wish to use AFD, then you can find a writeup here:
    https://www.patrickob.com/2018/11/09/supporting-ipv6-in-app-service-azure-front-door/