• 0

Azure Front Door to Windows Server some IIS help.


Question

Right now, I have an Azure Front Door going to a Windows Server that has a sub folder that is called "AppServer" and then you have to type Windowsserver.com/AppServer/home before it routes properly.  What do you suggest for IIS that I can have windowsserver.com be routed to windowsserver.com/appserver/home instead of having to type it?

3 answers to this question

Recommended Posts

  • 0
On 26/10/2025 at 12:42, khushiee said:

Right now, I have an Azure Front Door going to a Windows Server that has a sub folder that is called "AppServer" and then you have to type Windowsserver.com/AppServer/home before it routes properly.  What do you suggest for IIS that I can have windowsserver.com be routed to windowsserver.com/appserver/home instead of having to type it?

IIS rewrite rules. 

  • Like 2
  • 0

When using Azure Front Door with a Windows Server running IIS, make sure your backend is correctly configured to handle requests forwarded from Front Door. First, ensure the backend pool in Azure Front Door points to your IIS server’s public endpoint or Azure-hosted IP with a valid DNS name. Then, in IIS, enable HTTPS and install a valid SSL certificate if Front Door communicates over TLS. Also, check that your firewall allows inbound traffic from Azure Front Door’s IP ranges.

If you’re using URL rewrites or redirects, verify that they return the correct host headers — Front Door forwards the original host by default, so make sure IIS is configured to accept it (you can adjust the binding settings to “All Unassigned” or add the exact hostname).

Lastly, confirm that health probes from Front Door aren’t being blocked and are mapped to a simple /health or /ping endpoint. Once those are in place, your Windows Server with IIS should work smoothly behind Azure Front Door.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.