Forum Discussion

KenNguyen11031987's avatar
KenNguyen11031987
Copper Contributor
Dec 23, 2019
Solved

App Service with another port e.g 4443

Hello everyone, I am migrating from my VM server to Azure. When the website is running with my VM server, it is host in port 4443 but when I host the website under Azure app service, there is no opt...
  • hspinto's avatar
    Dec 26, 2019

    KenNguyen11031987, you cannot use ports other than 80 or 443 to get Internet inbound traffic with App Services. See details here. However, you can put an Application Gateway in front of the App Service and use whatever port you want (up to 65199) in the Application Gateway listener, which will then forward traffic to the App Service. With Application Gateway, you can also benefit from SSL termination, Web Application Firewall, URL-based routing and much more.

Resources