0

In Azure Application gateway, you can associate Listeners with the host name. but, how to change the order of the listeners, since the choice is made in order.

Example:

Name:           port      host
listenet01       80       
listenet02       80       contoso.com

In this example, never is directed to listenet02.

How to change to:

Name:          port       host
listenet02      80        contoso.com
listenet01      80         
4

1 回答 1

0

Currently, it is not supported to reorder the listeners in the Application gateway, Microsoft is planning to add this feature.

See the uservoice here - https://feedback.azure.com/forums/217313-networking/suggestions/33841291-reorder-the-listeners-on-the-application-gateway

于 2020-09-25T08:12:36.843 回答