Rudra
Rudra

Reputation: 21

Can I deploy bot developed using Composer without using Azure?

can I deploy/ publish bot developed using Composer without using Azure ? I want to deploy it on a website or skype , but without using Azure services ? Could you please help me ?

Upvotes: 1

Views: 175

Answers (1)

Murray Foxcroft
Murray Foxcroft

Reputation: 13745

Unfortunately not, Azure Bot Services built in Composer need to be deployed to Azure since they rely on Azure Web Apps, Azure Functions, and other components like LUIS. You can deploy to Azure but embed / link to it from your web site to give a seamless experience.

Upvotes: 1

Related Questions