question

jumprsi-9156 avatar image
0 Votes"
jumprsi-9156 asked jumprsi-9156 answered

Hosting Teams Tab App on Azure

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.

office-teams-app-dev
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@jumprsi-9156
As we are mainly responsible for general question of Microsoft Teams, your question related to script is not supported by us. I will change office-teams-windows-itpro tag to office-teams-app-dev tag. Thanks for your understanding.

1 Vote 1 ·

1 Answer

jumprsi-9156 avatar image
0 Votes"
jumprsi-9156 answered

I found my mistake: I wasn't setting up a server with Express. Now it works. Thanks

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.