Open additional ports on Azure Web App

后端 未结 6 842
旧时难觅i
旧时难觅i 2020-12-03 19:18

I have recently moved a .NET Web API 2 app from an Azure Cloud Service to an Azure Web App. However, we have a legacy application that needs to communicate with the API on p

6条回答
  •  执笔经年
    2020-12-03 19:39

    While Azure Web App cannot expose ports 8080 and 444, you could use Application Gateway to export those ports and route incoming traffic on 8080 and 444 to ports 80 or 443 on a Web App.

提交回复
热议问题