Azure bot deloyment failed with AZ webapp deployment command

Antony Stephen 6 Reputation points
2022-09-23T21:15:28.727+00:00

az webapp deployment source config-zip --resource-group BotTestRG --name FirstAppBotService --src C:\Users\xxx\source\repos\EchoBot1\BotZip.zip

My CLI version is 2.40.0

I am getting the following error message

Deployment endpoint responded with status code 202
Configuring default logging for the app, if not already enabled
Zip deployment failed. {'id': '7b1953cf05fa4ff99fa2ce6d5c09cede', 'status': 3, 'status_text': '', 'author_email': 'N/A', 'author': 'N/A', 'deployer

{
"details_url": null,
"id": "b4a41836-e432-4c2a-b4ac-b26fcb010e89",
"log_time": "2022-09-23T12:36:29.1959793Z",
"message": "Updating submodules.",
"type": 0
},
{
"details_url": null,
"id": "7aaf4c7d-9408-4dc6-8a38-843ddef3dd35",
"log_time": "2022-09-23T12:36:29.3053434Z",
"message": "Preparing deployment for commit id 'bda6f3eb8f'.",
"type": 0
},
{
"details_url": "https://firstappbotservice.scm.azurewebsites.net/api/deployments/bda6f3eb8f654da298fe5f1365c35823/log/66fb0d5d-dd8d-44ca-a6c4-704118a54c22",
"id": "66fb0d5d-dd8d-44ca-a6c4-704118a54c22",
"log_time": "2022-09-23T12:36:29.5397179Z",
"message": "Generating deployment script.",
"type": 2
},
{
"details_url": null,
"id": "7d6f4d9e-e3e9-466a-84a6-361dbccabdc9",
"log_time": "2022-09-23T12:36:32.6491991Z",
"message": "Deployment Failed.",
"type": 0
}
]

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
746 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
{count} votes