Alternative to deploying bots made in the composer

Tashfeen Ekram 21 Reputation points
2020-10-16T04:26:13.623+00:00

I am having difficulty deploying a bot I have composed in the Bot Composer due to this bug -> https://github.com/microsoft/BotFramework-Composer/issues/3722

I am a bit perplexed on how to deploy this directly not using the composer.

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

Accepted answer
  1. Ramr-msft 17,736 Reputation points
    2020-10-19T09:38:20.813+00:00

    @Tashfeen Ekram Thanks for the question, This seems like similar issue with #4348, could you please check on this? We have a PR on this already, will let you know when it get merged.

    Here are some video resources available to share:
    5 minute intro: https://www.youtube.com/watch?v=g8ck1hcTTJk
    20 minute getting started video: https://www.youtube.com/watch?v=r9WQPSaLnaU
    20 minute advanced language modeling: https://www.youtube.com/watch?v=wG8emu4v6hk
    Build an end to end Weather Bot (slightly outdated): https://www.youtube.com/watch?v=ZNcfIgO8biw

    As far as interop between v4 waterfall dialogs, custom code, and Composer built dialogs, see this document describing the process to achieve this: https://learn.microsoft.com/en-us/composer/how-to-add-custom-action

    Start by creating all the new Azure resources, and then copy the generated JSON file from the command line and paste it to your Composer publish configuration. We will continue to improve debugging experience in Composer and this effort will be ongoing.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.