Replies: 1 comment 1 reply
-
I'm not sure if there are any blocking issues with using v4, but the sdk, templates, and samples are use v3 model. What specific issues did you hit? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I created an Azure Function based bot application by using the Teams Toolkit extension and everything worked fine. However, I wanted to use Azure Functions v4 with it, so I upgraded the @azure/functions package to 4.1.0. I migrated each function I had to use the v4 model, but I ran into some issues with the messageHandler.
I wasn't sure if it was entirely possible to use the v4 model because the examples seem to be using the v3 model and there seems to be significant changes with the v4 model. Is it possible to use the v4 model for an Azure Function based bot application? If so, are there any recommendations on how to convert it to using the v4 model? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions