-
Notifications
You must be signed in to change notification settings - Fork 85
Bot publishing error #1497
Description
Describe the bug
I created a Custom question answering project on language studio.
I used the bot framework composer to create an empty bot and installed the package:
"Microsoft.Bot.Components.Recognizers.CustomQuestionAnsweringRecognizer".
I created the dialog on composer and configured the json in the custom recognizer type window.
like this:
{
"$kind": "Microsoft.CustomQuestionAnsweringRecognizer",
"hostname":"<your endpoint, including https://>",
"projectName": "",
"endpointKey": ""
}
now testing the bot the conversation proceeds smoothly by interacting with the knowledge base on the language resource.
I want to publish the bot to Teams, so I created the publishing profile and associated the bot with the corresponding resource on Azure.
Trying to publish the bot I get this error:
The requested resource cannot be created because:
I would need help to solve the problem.
Thanks.
Version
Expected behavior
Is it possible to run a bot publication without the need to provision a language understanding resource?



