I’m looking to receive TCP messages using Azure Functions or Logic Apps. I understand that both services are typically triggered by HTTP requests, but I’m wondering if there’s a way to run a TCP receiver app within an Azure Function to accept TCP messages. Additionally, I haven’t found any networking settings in Azure Functions that allow TCP traffic. Is there a workaround or a configuration option to enable TCP support in Azure Functions or Logic Apps?
I tried using an Azure Function with an HTTP trigger, hoping to find a way to bind it to TCP instead. I expected to configure the function to listen for TCP messages, but couldn’t find any settings or options for enabling TCP support. Instead, the function remained limited to HTTP requests, and I didn’t receive any TCP messages.
HTUrdu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.