Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Bot publishing error #1497

@Francesco-dotcom

Description

@Francesco-dotcom

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".

image

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:

image

The requested resource cannot be created because:

image

I would need help to solve the problem.
Thanks.

Version

image

Expected behavior

Is it possible to run a bot publication without the need to provision a language understanding resource?

Metadata

Metadata

Assignees

Labels

Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.customer-reportedIssue is created by anyone that is not a collaborator in the repository.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions