Azure platform annotation interface problem

Hi, we recently purchased Prodigy and have successfully tested it locally. However, we'd like to deploy the annotation interface for NER as a web app through the Azure platform. I have everything set up looks like it's running but refuses connection on port 8080 I tested the firewall settings using python3 -m http.server 8080 it works any ideas
here's what the output looks like as you see no error

Starting the web server at http://localhost:8080 ...
Open the app in your browser and start annotating!

Hi! Did you double-check that the port is definitely open, and does it work using a different port?

Here's a blog post contributed by a user that shows how to deploy Prodigy to Azure with Docker – maybe you could try that and see if it works? :slight_smile:

the key to the solution was adding the host to the Prodigy.json now it works on a standard VM

"host": "0.0.0.0",

Thanks
Rick

1 Like