Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Botframework v4 on Functions

I'm trying to figure out if I can run botframework v4 on Azure functions. Current azure functions page shows only v3 sdk.

Anyone has any idea if we can run v4 on functions or not?

Thanks.

like image 410
Dhruman Bhadeshiya Avatar asked Apr 05 '26 17:04

Dhruman Bhadeshiya


1 Answers

According to Azure portal,

Bot Framework SDK v4 is now available and comes with many updates and new functionality. Function Bots are based on SDK v3; we recommend you create a Web App Bot instead, which supports the new SDK v4.

You can set up a functions bot, but only with the v3 SDK. AFAIK, there are no plans to support functions bots in v4.

like image 119
JJ_Wailes Avatar answered Apr 08 '26 19:04

JJ_Wailes