How do you connect a MS botframework bot to Skype for Business

后端 未结 5 2013
庸人自扰
庸人自扰 2021-01-19 00:01

I published a bot built using the bot framework but I can\'t figure out how you\'d connect it to Skype for Business on an internal Corporate network.

Does any know

5条回答
  •  耶瑟儿~
    2021-01-19 00:36

    I have successfully deployed my Bot to SFB referring the below link Bot deployment to Skype For Business

    But now, things are little changes, below are the high level steps

    • Deploy your bot to Azure App service Plan
    • integrate with SFB channel, azure portal will give you channel specific details. Click on Edit link to get the details on how to integrate your bot. Azure Portal Bot Channels Click on "Learn How" Learn how to integrate Bot to SFB
    • Once Channel is added, you would need a tenant administrator who can do powershell scripting.
    • What you need to provide is the default URL of your bot , you can give WebChat URL (which is your default channel), Microsoft Application ID etc.
    • And then give a nice name to your bot.
    • After the integration your bot will be active after 24 hours.

提交回复
热议问题