Azure Application Proxy - Different Port

Duncan 21 Reputation points
2020-08-12T09:38:03.387+00:00

Hi,
We are using application proxy for publishing some of our sites and its working fine, but we have a site that runs on a non standard port (not 80 or 443) so is it possible to set this up via application proxy ? If so how ?
Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,455 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,306 Reputation points
    2020-08-12T16:33:37.443+00:00

    Hello @Duncan ,

    All you need to do is mention the port number in the Internal Url field along with the URL as mentioned below:

    Internal Url : http://your_webapp.private_domain.local:8080/
    External Url : http://your_webapp.public_domain.com/ or https://your_webapp-your_tenant.msappproxy.net/

    I have tested with a website hosted with port 8080 in the on-prem server and with above configuration, I am able to access the web application via app proxy without any issues.

    -----------------------------------------------------------------------------------------------------------

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

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. testuser7 271 Reputation points
    2023-08-03T14:12:33.53+00:00

    Thanks @AmanpreetSingh-MSFT

    but what happens when code of other apps wants to create hyperlink for such non-standard port app ??

    how the call can reach to app-proxy-service when user clicks http://your_webapp.private_domain.com:8080/path1 embedded into some other internal-app ??

    Thanks.

    0 comments No comments