Not sure if this is the right place for this question.
I am using Microsoft Bot Framework for the implementation of a Teams chatbot in combination with QnaMaker. Pretty straightforward however, the bot should be used by 300 users. There will be a lot of concurrent use. Up until now I used to implement customer facing chatbots on website and Facebook pages (not much concurrent usage).
I searched for any best practices on the implementation of chatbot with many concurrent users but can't find any.
Questions I have:
- Is QnaMaker able to handle loads of requests from concurrent users?
- Is the Microsoft Bot Service able to handle loads of requests from concurrent users?
- Are there any best practices wrt appservice plans and search plans for these kinds of scenarios
Any guidance to documents with relevant information is much appreciated.