I have an Azure bot service which is connected to the Azure App Service. I have the teams channel as one of the configured channels in the Azure bot Service. Currently my Azure bot service works fine for one bot. However I am not sure how to add teams bot in the same azure bot service. From the references I see here: https://github.com/microsoft/botframework-sdk/issues/2258#issuecomment-280506334 , looks like there are multiple appIds which indicate that multiple Azure bots need to be created. Instead can I have multiple teams bot connect to one single Azure bot ?



