I am building a web app using node.js and the azure web app service. My node.js server is supposed to accept UDP data from client devices, but I am having difficult time settin
Azure App Service is restricted to TCP 80/443. See Express Applications throwing 500 on azure.
If you need to listen on a port different from 80/443, you'd need to deploy to a Virtual Machine which supports any TCP/UDP ports.