Unable to publish my bot built with Bot Framework Composer

John 1 Reputation point
2020-09-17T05:30:18.72+00:00

I'm using the Bot Framework Composer to build my first chatbot.

I've been able to build on the Composer and test on Emulator. But I could not find a way to publish it.

According to the guidance on how-to-publish-bot, I'm getting stuck on the 3rd step of creating resources. The error I got is shown in the image below.

25337-screen-shot-2020-09-17-at-32836-pm.png

Please help or give suggestions. Thank you!

Update:

To be more specific, I'm trying to publish the bot to Azure Web App

The command I use is as below:

node provisionComposer.js --subscriptionId=<YOUR AZURE SUBSCRIPTION ID> --name=<NAME OF YOUR RESOURCE GROUP> --appPassword=<APP PASSWORD> --environment=<NAME FOR ENVIRONMENT DEFAULT to dev>

The name I've tried both my current resource group name. as well as a new resource group that I create separately. Both will lead to the same error.

The environment here is set as dev by default.

The appPassword is a series of characters I created by my own following the password regulations.

Azure Bot Service
Azure Bot Service
An Azure service that provides an integrated environment for bot development.
555 questions
Azure Language Understanding (LUIS)
Azure Language Understanding (LUIS)
A feature of Azure Cognitive Service for Language that uses natural language understanding to enable people to interact with apps, bots, and internet of things devices.
100 questions
{count} votes