从Azure Web应用程序收听UDP服务器 [英] listen to UDP server from azure web apps

查看:56
本文介绍了从Azure Web应用程序收听UDP服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用node.js和azure Web应用程序服务构建Web应用程序.我的node.js服务器应该可以接受来自客户端设备的UDP数据,但是我很难设置它.

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.

任何形式的Azure Web App服务是否接受来自TCP 80和443以外的端口的数据?可以将azure Web应用程序Linux docker容器设置为接受来自特定UDP端口的数据吗?

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仅限于TCP 80/443.参见快速应用程序在天蓝色上抛出500 .

Azure App Service is restricted to TCP 80/443. See Express Applications throwing 500 on azure.

如果您需要侦听不同于80/443的端口,则需要部署到支持任何TCP/UDP端口的虚拟机.

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.

这篇关于从Azure Web应用程序收听UDP服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆