Karim
Karim

Reputation: 19

Azure Portal & QNA chatbot template

i tried to create a bot from QNA template in Azure portal and the dropdown menu only give

me the choice to create new QNA one instead using existing one. I'm logged on QNAmaker and Azure portal with the same ms account but nothing works. The option "create existing QNA" does not create it in my QNAMaker services pages !!!

Just to say that I'm in trial mode in Azure ...

If you have any ideas !

Regards

Thanks a lot

Upvotes: 0

Views: 329

Answers (2)

Harsh Raj
Harsh Raj

Reputation: 280

First you need to register a qna service from Azure portal and then with the same account login into qnamaker.io there you go to step 2 and fill the detail. now you can choose your knowledgebase name and can populate your knowledgebase for QnA. Then you need to publish it, there you will get details like knowledgebase id, auth key and host url. These will be used in code. For step by step guide you can visit this link.

Upvotes: -2

miraco
miraco

Reputation: 418

You can create a new chatbot from the Azure QNA template and then you'll be able to use your existing QnA be simply changing in the appsettings the key to the existing one.

Upvotes: 1

Related Questions