0

We had set up a bot service with LUIS in c# for a few months, now on we want to enable continues development with VSTS. we had set up the project in VSTS and commit the source without problem. And the bot service is configured with VSTS and able to deploy successfully without errors. But we found the bot still operating with sample code logic and the code still a sample code in the build tab. Is it any solution to let the bot service replace the old sample code?

D4RKCIDE
  • 3,439
  • 1
  • 18
  • 34

1 Answers1

0

I personally recommend using the SDK over Azure Bot Service, but that is a personal preference. I say this because it feels much like any project in Visual Studio and there are fewer steps to set up continuous deployment and other things like debugging locally.

For Azure Bot Service continuous deployment please read through this link to get started and make sure you did not miss a step. There are also instructions to debug your bot locally here. I hope this helps, please let me know if it does not.

D4RKCIDE
  • 3,439
  • 1
  • 18
  • 34