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