Azure Bot Service python SDK Deploy

Gen Nakama 0 Reputation points
2024-09-20T08:49:28.8066667+00:00

I am trying to deploy an echo bot that I created by following this tutorial:

Azure Bot Service Quickstart

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:

Provision and Publish a Bot

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!

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
830 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
921 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.