Hi,
I developed a custom tab for Microsoft Teams with Node and Typescript. I am trying to host it on Azure, but it does not work. WithVisual Studio Code, I tried to deploy it as an App Service but when I try to connect it does not load. In the log, I can see
2021-04-28T13:40:21.605Z INFO - Waiting for response to warmup request for container jumpranet_0_7f280996. Elapsed time = 216.1236424 sec
2021-04-28T13:40:36.732Z ERROR - Container jumpranet_0_7f280996 for site jumpranet did not start within expected time limit. Elapsed time = 231.2503061 sec
2021-04-28T13:40:37.070Z ERROR - Container jumpranet_0_7f280996 didn't respond to HTTP pings on port: 8080, failing site start. See container logs for debugging.
2021-04-28T13:40:38.373Z INFO - Stopping site jumpranet because it failed during startup.
Do you have any ideas to solve it ? Thanks.