I have an Application running in Azure VMs on TCP port 80. The VMs are dual stack and listens on both IPv6 and IPv4 addresses.
I configured a Azure load balancer to forward the traffic from internet to the VMs.
Ipv4 load balancing rule uses front-end port 80 and backend port 80. I tried to add IPv6 load balancing rule - front-end port 80 and backend port 80, since i want to enable both IPv4 and IPv6 support for my single application. But I got error since backend port 80 running on TCP is already used (for IPv4 rule)
If this is a restriction in Azure Load balancer part, what is the workaround or standard implementation scenario, to make the Load balancing IPv6 traffic reaching the application (here port 80)