Reputation: 2092
I am trying to publish my new Knowledgebase from QnAMaker.ai to my Azure app service. All the set up is done in Azure, and actually I have already published 2 Knowledgebase without any issue. Now this message keeps poping up.
"Restart the WebApp and try again" doesn't help.
Upvotes: 2
Views: 1952
Reputation: 4174
Looking through your question I see you have published 2 KBs sucessfully. I would recommend you to check Search Tier. You are likely to encounter this issue if you are exceeding the limit.
The maximum number of knowledge bases is based on Azure Cognitive Search tier limits.
Reference : https://learn.microsoft.com/en-us/azure/cognitive-services/qnamaker/limits#knowledge-bases
If this is your case,you could consider for an Upgrade the Azure Cognitive Search service
Upvotes: 2