I use the Azure slots feature for deploying my bot:
- Deploy to 'staging' slot
- Azure start this instance
- When up, I swap 'production' and 'staging' slots
I would like to test the staging instance before doing a slot, ideally using the Webchat test tool in Azure portal. However, I couldn't see a way to specify which slot instance this webchat tool points at.
Is there a way to test a bot running in a specific slot?