Azure Bot Service python SDK Deploy
I am trying to deploy an echo bot that I created by following this tutorial:
The bot works fine when running locally with the Bot Framework Emulator. However, when I attempt to deploy it remotely following this part of the tutorial:
I receive the following error:
Status:
Status:
Status:
Deployment failed because the site failed
When I check the provided link, I get the following logs:
{
[
{
"machineName": "lw0sdlwk00004E_default",
"lastUpdated": "2024-09-20T08:16:57.3443335Z",
"size": 41800,
"href": "https://echo-bot-python-app-service.scm.azurewebsites.net/api/vfs/LogFiles/2024_09_20_lw0sdlwk00004E_default_docker.log",
"path": "/home/LogFiles/2024_09_20_lw0sdlwk00004E_default_docker.log"
},
{
"machineName": "lw0sdlwk00004E_default_scm",
"lastUpdated": "2024-09-20T08:11:28.3271128Z",
"size": 30333,
"href": "https://echo-bot-python-app-service.scm.azurewebsites.net/api/vfs/LogFiles/...
The logs do not provide much useful information. Has anyone encountered this issue before? I would greatly appreciate any assistance in resolving it.
Additionally, I’m wondering if the Deployment Template I was instructed to copy from this link (sourced from here) requires adjustments, as the repository hasn’t been updated in two years.
Thanks in advance for any help!