简体   繁体   中英

listen to UDP server from azure web apps

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 setting this up.

Does any form of azure web app service accept data from ports other than TCP 80 and 443? Can an azure web app linux docker container be setup to accept data from a specific UDP port?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM