Online editor does not update directly

Fang, Wenfei 6 Reputation points
2022-05-01T05:43:26.75+00:00

I created Web App Bot from QnA Maker (js.node bot). I changed the default no answer on the App Service Editor, but it is not updated in the test.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,206 Reputation points Microsoft Employee
    2022-05-02T09:37:44.037+00:00

    @Fang, Wenfei I think this issue is related to one of the threads where a similar case was reported. The user in this case also tried to update the file through online editor of the app service and tried to rebuild the app but the default answer did not get updated with the bot. The solution in this case was to use the VS editor to build and redeploy your bot to azure.

    You should be able to download the bot source code from Azure portal by clicking on overview tab of your bot to see the option to download the code and run the solution on VS. Detailed steps are mentioned in the referenced thread.

    Could you please check and try the same?

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.