I want to publish an opremise application without using www as subdomain/prefix using azure application proxy

Marisol Cristina Díaz González 41 Reputation points
2023-10-20T20:31:15.2033333+00:00

I would like to publish my app using the root domain without using a prefix like www, for example https://mydomain.com. Azure webproxy requires me to fill in a prefix. Does anyone know if it is possible?

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
467 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 15,786 Reputation points Microsoft Employee
    2023-10-25T02:23:26.23+00:00

    @Marisol Cristina Díaz González To publish your on-premises application using Azure Application Proxy without using a prefix like www, you can follow these steps:

    In Azure Active Directory, select Enterprise applications in the left navigation. Select New application. In the On-premises applications section, select Add an on-premises application.

    On the Basics tab, enter a Name for your application.

    In the Internal URL field, enter the internal URL for your application, for example, https<a href="#doc-pos=2" data-tag-index="1"></a></span>://appserver.mydomain.com.

    In the External URL field, enter the root domain you want to use, for example, https<a href="#doc-pos=2" data-tag-index="1"></a></span>://mydomain.com.

    In the Preauthentication section, select Passthrough.

    In the Application Proxy section, select Add a new application.

    In the Add Application dialog box, enter a Name for your application.

    In the External URL field, enter the root domain you want to use, for example, https<a href="#doc-pos=2" data-tag-index="1"></a></span>://mydomain.com.

    In the Backend URL field, enter the internal URL for your application, for example, https<a href="#doc-pos=2" data-tag-index="1"></a></span>://appserver.mydomain.com.

    In the Preauthentication section, select Passthrough.

    Select Add to create the application.

    Once the application is created, select it from the list of applications in Azure Active Directory.

    In the Application Proxy section, select Publishing.

    In the External URL field, enter the root domain you want to use, for example, https<a href="#doc-pos=2" data-tag-index="1"></a></span>://mydomain.com.

    In the Backend URL field, enter the internal URL for your application, for example, https<a href="#doc-pos=2" data-tag-index="1"></a></span>://appserver.mydomain.com.

    In the Preauthentication section, select Passthrough.

    Select Save to publish the application.

    Please note that you will need to configure your DNS records to point to the Azure Application Proxy service for your custom domain.