小编Sfy*_*ynx的帖子

在部署时跳过应用服务中的端口运行状况检查?

我已在 Azure 中的应用服务上部署了 Node.js 应用程序。而部署似乎就到了这一步了。现在,显然它似乎正在尝试 ping 端口 8080:

2019-12-13 10:55:17.285 ERROR - Container xxx for site xxx did not start within expected time limit. Elapsed time = 230.4463132 sec

2019-12-13 10:55:17.288 ERROR - Container xx didn't respond to HTTP pings on port: 8080, failing site start. See container logs for debugging.

但是,所讨论的应用程序是一个机器人,并且不公开任何端口。是否可以“跳过”此运行状况检查,或者我是否需要在应用程序中打开端口?

azure node.js azure-web-app-service

5
推荐指数
1
解决办法
1324
查看次数

标签 统计

azure ×1

azure-web-app-service ×1

node.js ×1