Hainan Zhao
Hainan Zhao

Reputation: 2092

Please verify azure search service is up, restart the WebApp and try again

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.

enter image description here

Upvotes: 2

Views: 1952

Answers (1)

Satya V
Satya V

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.

enter image description here

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

Related Questions