Visual Studio Code – Application Error when deploying python EchoBot to the Azure App Service via VS Code. Module not found
I am trying to deploy a Python code based on Echo Bot from Bot Framework on Azure App Service. It looks like it isn't installing the dependency 'aiohttp'. I already: Put aiohttp on requirements.txt Added SCM_DO_BUILD_DURING_DEPLOYMENT=true to App Settings. I…