2

I had a machine learning fast API/uvicorn app which I am deploying in the azure app service through azure DevOps.

Every time I deploy its deploys without any error but still I am getting this message enter image description here

I thought the problem is in not using uvicorn and added it but still I am getting the same problem. I tried deploying Heroku and it's working perfectly fine. I have tried installing uvicorn and followed from the answer here but nothing seems to work. Please help me I don't know where I am doing wrong

enter image description here enter image description here

harsh
  • 435
  • 2
  • 6
  • 13
  • In the `startup command` you're running `gunicorn` instead of `uvicorn`...could that be the problem? – lsabi Feb 06 '22 at 14:14
  • @Chris Yes, I have installed all the required packages. as I have said I deployed in Heroku its working fine there. But I am facing problem in azure – harsh Feb 06 '22 at 14:30

0 Answers0