Hello Ruan Nagel,
Unfortunately, Azure App Service is not designed to handle raw TCP/IP communication directly. App Services primarily work over HTTP(S) and WebSockets, and they don't expose direct access to custom TCP ports.
Alternatives and Recommendations:
- Azure Functions with TCP (via Azure Logic Apps or Azure Event Grid): While Azure Functions don't support direct TCP connections, you could set up a custom function to interact with TCP-based services via an intermediate resource like an Azure VM, or use Azure Logic Apps for service orchestration.
✨ Please Upvote and Accept the Answer if it helps! ✨
Thanks & Regards,
Tasadduq Burney
(Microsoft MVP & MCT)
(Azure 15x)