Once you have deployed your Bot to Azure, what do you do if you need to debug or diagnose any issues with the Bot code? If you are using the .NET Bot Builder you can use the Visual Studio remote debugger and attach your local debugger in Visual Studio to the remote process. Azure supports this but other hosting …
Read More