Getting module not found error in during site startup

Bitthal Ladiwal 0 Reputation points
2025-01-15T08:44:44.41+00:00

I am trying to deploy an azure bot (python-echo-bot) to azure app service using arm templates

https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/02.echo-bot
It build successfully but at the site starting process I get this error (see imageScreenshot 2025-01-15 140608

)

I am using zip file for the deployment, here is the zip file contents

Screenshot 2025-01-15 124324

And no I am not including the root folder in the zip file.
i am zipping the files inside

BotBuilder-Samples\samples\python\02.echo-bot\

Please help, I am stuck.

Edit:

I noticed that the gunicorn container is listening on port 8000 and the app.py bot runs on port 3978.... also the appCommandLine in the botApp template has command - "

gunicorn --bind 0.0.0.0: --worker-class aiohttp.worker.GunicornWebWorker --timeout 600 app:APP

"

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
880 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.