In Azure Application Gateway can I have single routing rule , listener and backned settings for multiple applications hosted in IIS

Raghava Sai Akula 341 Reputation points
2022-11-28T20:47:41.617+00:00

Hi there,
I have 12 applications hosted in IIS with 80 and 443 bindings
right now I'm using Azure Application Gateway with two routing rules(one for HTTP_RoutingRule and one for HTTPS_RoutingRule) , two listeners( http_listener and https_listener) and two backend settings (80_BE_Settings & 443_BE_Settings) for each site
I was wondering if there is a way where I can have all the applications under one routing rule , one listener and one BE settings

264933-image.png

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
948 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JimmySalian-2011 41,916 Reputation points
    2022-11-29T07:26:14.183+00:00

    Hi,

    I think you can't do that ,If I configure I will deploy similar config as I would like 1st Https and 2nd Http as a backup URL in case my certificate expires. By multiple listerners and config you can manage alerts and deploy backend servers with port 80 and port 443 listerners, they both has to be seperate config.

    Check this for multple URLs create-multiple-sites-portal

    Hope this helps.
    JS

    ==
    Please Accept the answer if the information helped you. This will help us and others in the community as well.

    0 comments No comments