App service IPV6

Ahmad Jaber 0 Reputation points
2024-04-29T11:40:04.57+00:00

Hi!

I have deployed app-service to Azure, when I check the IP it is IPV4, My frontend application works only with IPV6, how do I achive that?

Br

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,108 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Andriy Bilous 11,006 Reputation points MVP
    2024-04-29T14:49:25.8133333+00:00

    Hello

    Unfortunately IPv6 is not natively supported for App Services.

    You can use alternative approaches:

    • Set up an Azure Front Door in front of Azure App Service.
    • Use proxy or load balancer (such as Azure Application Gateway or NGINX) in front of Azure App Service.

    https://learn.microsoft.com/en-us/answers/questions/676236/ipv6-for-app-services


  2. Grmacjon-MSFT 17,041 Reputation points
    2024-05-17T19:12:54.0366667+00:00

    Hello@Ahmad Jaber like Andriy mentioned, your scenario is not currently supported.

    However, I recently had a meeting with the App Service engineering team and they confirmed a public preview of the first round of IPV 6 functionality is coming to App Service in the second half of this year.

    Thanks,

    Grace

    0 comments No comments