I would like to follow Azure best practices and utilize deployment slots for testing my chat bot. I have deployed 2 instances of my bot.
Production bot: https://[my-bot].azurewebsites.net
Staging bot: https://[my-bot-staging].azurewebsites.net
I have a DirectLine app that can successfully connect to my production bot, but do not know how to connect it to the staging instance.
The latest StackOverflow questions on this topic are old. The accepted answer here claims that you need 2 physical bots instead of using deployment slots: Setting up slots or multiple environments for Azure Bot Service
Is this still the case in 2018? How can I connect DirectLine to a staging slot?