Are you able to go to that API url directly in the browser? You should see a JSON object returned with some data about the server
future-teacher-7046
10/18/2022, 2:49 PM
From the logs, it looks like the container started correctly, so it's most likely a networking or routing issue.
s
strong-whale-76813
10/18/2022, 4:19 PM
Thanks for your replies. The issue is that the azure app service only exposes one port so it was not possible to use the container in one app service. What we have done instead is use azure container instance and opened the 3000 and 3100 ports.