Can We deploy Microsoft bot Application in IIS wit

2019-02-25 09:19发布

问题:

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 Azure.

回答1:

If you are not using Azure Bot Service (i.e. Azure Functions), you can host your bot anywhere. You simply need to provide the endpoint for your bot during registration:



回答2:

I had this issue too. And the answer is: Sure you can! But the bad new is, that you have to publish in a valid HTTPS. So I think in this case is more simple publish on Azure.



回答3:

Yes i you use azure you can use you application anywhere and make sure credentials while configuring bot.

Dont forget to configure webhooks or endpoint url