Yes i was executing zip command incorrectly.
/my_bot: zip -r my_bot.zip ./my_bot #wrong. this command i was executing from outside of my bot dir.
/my_bot: zip -r my_bot.zip . #correct . Executing inside of bot directory.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
python echo bot is working on local but not working on azure portal. It is not responding in 'Test in Web Chat' box.
Also after clicking on bot message endpoint its showing - Application Error (screenshots attached)
please help.
Yes i was executing zip command incorrectly.
/my_bot: zip -r my_bot.zip ./my_bot #wrong. this command i was executing from outside of my bot dir.
/my_bot: zip -r my_bot.zip . #correct . Executing inside of bot directory.