Doccano: Deploying to Azure

Created on 23 Oct 2019  ·  3Comments  ·  Source: doccano/doccano

How to reproduce the problem


I have attempted to deploy docanno to azure. I have a free subscription with azure, and I fill out the form to include my app name, secret key, resource group name, admin password etc. Unfortunately this deploys unsuccessfully.

I am new to azure and docanno and would appreciate any help. I have also tried to deploy from here: https://github.com/aribornstein/doccano4Azure?source=post_page-----b29f479c0c54----------------------

however, whilst this seems to deploy my password and username do not work when i get to the log in page.

Any help greatly appreciated.

Deployment to resource group 'DocannoResources' failed.
Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.

Your Environment

  • Operating System: Windows 10 Enterprise
  • Python Version Used:
  • When you install doccano: 23/10/2019
  • How did you install doccano (Heroku button etc): Azure button
question

Most helpful comment

Could you confirm that your password contains no special characters? See https://github.com/chakki-works/doccano/issues/325 and https://github.com/chakki-works/doccano/issues/248 for discussions of similar problems.

All 3 comments

Could you confirm that your password contains no special characters? See https://github.com/chakki-works/doccano/issues/325 and https://github.com/chakki-works/doccano/issues/248 for discussions of similar problems.

Yep, no special characters

Unfortunately I'm unable to reproduce this problem using the "Deploy to Azure" button in the README (note that the doccano4Azure repository is deprecated given that doccano now has upstream support for Azure).

I used a password and secret key generated by < /dev/urandom tr -dc '_A-Z-a-z-0-9' | head -c32 which led to a working deployment for me. Could you provide the deployment details for the failed deployment to help me investigate?

Screenshot showing ARM deployment details

Was this page helpful?
0 / 5 - 0 ratings

Related issues

roperi picture roperi  ·  3Comments

atakanokan picture atakanokan  ·  4Comments

zhangxieyang2 picture zhangxieyang2  ·  4Comments

fangd123 picture fangd123  ·  3Comments

callmeashish picture callmeashish  ·  3Comments