microsoft / nlp-recipes

Natural Language Processing Best Practices & Examples
MIT License
6.37k stars 918 forks source link

[BUG] Doccano ARM deployment template is not working #604

Open ghost opened 4 years ago

ghost commented 4 years ago

Description

When I deployed Docano using ARM template specified, the web-application throws an error ":( Application Error".

How do we replicate the bug?

Try deploying Docano on Azure using steps mentioned @ "https://github.com/microsoft/nlp-recipes/blob/46c0658b79208763e97ae3171e9728560fe37171/examples/annotation/Doccano.md", the deployment completes successfully. Then try to open "https://.azurewebsites.net/admin", it throws an error ":( Application Error" Capture

Expected behavior (i.e. solution)

When one opens "https://.azurewebsites.net/admin", it shall show a page as mentioned here @ https://github.com/microsoft/nlp-recipes/blob/46c0658b79208763e97ae3171e9728560fe37171/examples/annotation/Doccano.md#admin-page

Other Comments