Can we have multiple listeners on the same frontend Private ip and same port in application gateway?
I was in a process of designing a solution with internal AppGw.
CodePudding user response:
You can use multiple listeners on the same frontend Private Ip but Application Gateway V2 currently does not support only private IP address.
If you want to use Application Gateway V2 with only private IP Create with both public and private frontend IP address and create a listener with the private Frontend IP and leave the Public IP as such.
For listener Azure does not support to create a public and private listener on the same port.
For more information in detail, please check this below reference:
How do I use Application Gateway V2 with only private frontend IP address