如何在 Azure 应用程序网关中更改顺序侦听器

How to change order Listener in Azure Application gateway

在 Azure 应用程序网关中,您可以将侦听器与主机名相关联。 但是,如何更改听众的顺序,因为选择是按顺序进行的。

示例:

Name:           port      host
listenet01       80       
listenet02       80       contoso.com

在此示例中,从不定向到 listenet02。

如何更改为:

Name:          port       host
listenet02      80        contoso.com
listenet01      80         

目前不支持在应用程序网关中重新排序侦听器,微软计划添加此功能。

在这里查看用户声音 - https://feedback.azure.com/forums/217313-networking/suggestions/33841291-reorder-the-listeners-on-the-application-gateway