Can We deploy Microsoft bot Application in IIS for hosting without Azure?

痞子三分冷 提交于 2019-12-22 09:32:48

问题


Is it possible to deploy Microsoft bot Application in IIS without Azure.

We have created a sample bot Application and running fine with the Emulator in local environment.

We would like to move the application to the Production and don't have Azure account and details.

Can we deploy bot application in the IIS in Windows server 2012 R2 as how we deploy Webservices or WCF Services ? Is it Possible without to host in IIS without Azure ?


回答1:


Of course it is possible. You just need to deploy your bot code to your IIS server, and copy-paste the URL of your API endpoint into the bot settings on dev.botframework.com.

For example, the URL could look like this:

https://yourserver.com/api/messages

One caveat is that it must use HTTPS, so you may need to take care of your own SSL certificate.

On the other hand, an Azure account is free and according to my experience, can easily handle thousands of users daily within the free quota.



来源:https://stackoverflow.com/questions/40482022/can-we-deploy-microsoft-bot-application-in-iis-for-hosting-without-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!