Closed jwalasinh closed 4 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc
There is a known issue with version 2.0.76 of the azure cli. If this is the version you are currently using, please upgrade to 2.0.77 and try redeploying your bot.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI @antcp
Closing due to inactivity.
I am following this guideline for deploying Azure BOT which developed in VS 2017 C#
az webapp deployment source config-zip --resource-group "HHSC-MAG-UAT-BotServiceHUB" --name "WICChatBotPOCApp" --src "C:\D\Projects\Web\ChatBot\Dev\ChatBotJane\WICChatBot\WICChatBot\WICChatBotPOC.zip" Getting scm site credentials for zip deployment Setting ENABLE_ORYX_BUILD to false Setting SCM_DO_BUILD_DURING_DEPLOYMENT to false Starting zip deployment. This operation can take a while to complete ... Deployment endpoint responses with status code 202 { "active": true, "author": "N/A", "author_email": "N/A", "complete": true, "deployer": "Push-Deployer", "end_time": "2019-12-02T22:46:12.7028914Z", "id": "*****", "is_readonly": true, "is_temp": false, "last_success_end_time": "2019-12-02T22:46:12.7028914Z", "log_url": "****", "message": "Created via a push deployment", "progress": "", "provisioningState": null, "received_time": "2019-12-02T22:46:07.8159161Z", "site_name": "WICChatBotPOCApp", "start_time": "2019-12-02T22:46:07.9252909Z", "status": 4, "status_text": "", "url": "**" }