-
Notifications
You must be signed in to change notification settings - Fork 144
Troubleshooting
There are certain issues that can arise that are common to many of the app templates. Please check here for reference to these.
Bot is not valid.
Errors: MsaAppId is already in use.
Creating the resource of type Microsoft.BotService/botServices failed with status "BadRequest"
This happens when the Microsoft Azure application ID entered during the setup of the deployment has already been used and registered for a bot.
Either register a new Microsoft Azure AD application or delete the bot registration that is currently using the attempted Microsoft Azure application ID.
Bot will reply to the user post with the error message if it finds that it cannot store any additional QnA pair to the Knowledge base
Errors: I cannot save this qna pair due to storage space limitations. Please contact your system administrator to provision additional storage space.
In case of such a scenario, system administrator or the app installer will need to update the pricing tier accordingly for QnA service in Azure Portal.
This happens when the resources are already created or due to some conflicts.
Errors: The resource operation completed with terminal provisioning state 'Failed'
In case of such a scenario, user needs to navigate to deployment center section of failed/conflict resources through the azure portal and check the error logs to get the actual errors and fix it accordingly.
Redeploy it after fixing the issue/conflict.
This happens when the admin user does not update the knowledge base id in the configuration app or if there are no QnA pairs in the knowledge base.
In case of such a scenario, admin user needs to make sure that the knowledge base id is updated in the configuration app and QnA pairs are existing in the knowledge base.
If no QnA pairs exist in knowledge base then add new ones either directly from the QnA maker portal or add it from the messaging extension in the experts team.
Didn't find your problem here?
Please, report the issue here