This message was deleted.
# ask-questions
w
This message was deleted.
f
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
From the logs, it looks like the container started correctly, so it's most likely a networking or routing issue.
s
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.
152 Views