1

We have made an bot using Microsoft Bot Framework(With C#).I want it to be installed at the server side of our application and have facebook as well as slack as connector.We do not want the bot to be available outside the network as it will query the database present in the same machine.I am not sure whether this is possible or not even after reading this

Please tell me if this is achievable.

DChamp
  • 73
  • 1
  • 5
  • 1
    so you don't want the bot to be outside the network (a.k.a. available from internet) but you want to have user talking to the bot via facebook/slack? How that would work if your bot is not exposed internet? – Ezequiel Jadib Jun 13 '17 at 17:30
  • You need to somehow route traffic from facebook/slack to the bot. So the bot needs to be externally accessible. – CtrlDot Jun 13 '17 at 17:32
  • @ Ezequiel Jadib @CtrlDot Lets assume that the bot would be externally accessible.Can It be hosted on any server instead of hosting it in azure because my database will be present in the same server only – DChamp Jun 13 '17 at 17:55
  • @DChamp of course. Host is wherever you would like and configure it in the bot dev center. – CtrlDot Jun 13 '17 at 18:02
  • Exactly and follow what is explained at https://stackoverflow.com/questions/40888489/bot-framework-without-azure-possible – Ezequiel Jadib Jun 14 '17 at 10:17

0 Answers0