How can I receive TCP messages using Azure Functions or Logic Apps?
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?