Bot publish fail

Avtandil Prangulashvili 1 Reputation point
2021-09-01T10:57:46.4+00:00

Hello
I made bot and trying to publish, but I receive error. I don't use LUIS. Bot contains just dialogs.

Provision failure
{"name":"CREATE_APP_REGISTRATION","message":"App create failed! Please file an issue on Github.","stack":"Error\n at new CustomizeError (C:\Users\yyyy\AppData\Local\Programs\Bot Framework Composer\resources\app.asar.unpacked\extensions\azurePublish\dist\extension.js:269071:25)\n at createCustomizeError (C:\Users\yyyy\AppData\Local\Programs\Bot Framework Composer\resources\app.asar.unpacked\extensions\azurePublish\dist\extension.js:269076:10)\n at BotProjectProvision.createApp (C:\Users\yyyy\AppData\Local\Programs\Bot Framework Composer\resources\app.asar.unpacked\extensions\azurePublish\dist\extension.js:270566:17)"}.

Please share your experience.

Thank you in advance.

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

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 52,171 Reputation points
    2021-09-02T03:08:09.553+00:00

    Hello,

    This is a known issue and track here: https://github.com/microsoft/BotFramework-Composer/issues/8283

    A work around mentioned in that thread is, create manually the application on Azure AD, save the App ID and Secret value, go to your bot resource group and create an Azure Bot (since Bot channels are deprecated) and use the App info. After that, import only the App information using composer publishing profile and save, edit the profile and choose create new resources and the wizard will take care of the rest.

    Regards,
    Yutong

    0 comments No comments

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.