Setting up CI/CD for Rasa chatbot on azure dev ops with MS teams as frontend

Hi All, I have developed a Rasa chatbot and deployed on MS teams via azure VM instance. Now I want to set up CI/CD for the same on azure dev ops. The build pipeline is done but how to set up release pipeline so that the bot runs on MS Teams. I am a bit confused about a few things: 1. whether VM should be connected with dev ops pipeline, 2. will I need docker… I cannot find documentation or solutions regarding the same. Please let me know how to go about it. Thank you

You’ll find docs which use GitHub actions here. I just implemented a pipeline with Gitlab CI/CD that is similar.

I haven’t used Azure DevOps but I wouldn’t expect that you need to use docker for the pipeline.