I am looking to build an application in Azure which will act as TCP listener, receive TCP message streams on a specified port, and then add the information to a database. Th
I raised a support ticket and confirmed this with Microsoft.
[In the App Service] Azure doesn’t support customized port and only support http protocol. These 2 reasons deny the use of TCP listener.
Also further collaborating information this question; Can I open ports on Azure Websites?