I'm looking into a way of using API Management for our bot. To be specific, I want to manage the websocket connection between back end and front end. So the back end would be the API and the front end would be a subscriber.
I think the policy and analytic features of Azure API Management would be great to have for a chatbot. Especially since our bot is public facing.
Has anyone used Azure API Management for a MS Chatbot before? Is this at all possible? And if it is possible, how do I do this?
I can't find anything online on using these two Microsoft solutions together. The websocket connection between front end and back end is completely done by the MS Bot Framework, so this may complicate things over a regular API end point.