Example for DotNet6 isolated process HTTP trigger Azure Function #3806
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Is your feature request related to a problem? Please describe.
I'm trying to implement a simple bot as an HTTP trigger Azure Function using DotNet v6 isolated process.
The problem I'm facing is that the Function uses Microsoft.Azure.Functions.Worker.Http.HttpRequestData for the request object & Microsoft.Azure.Functions.Worker.Http.HttpResponseData for the response. Whereas the BotBuilder adapter expects Microsoft.AspNetCore.Http.HttpRequest & HttpResponse for the ProcessAsync() call
How would you recommend resolving this?
Describe the solution you'd like
An example of a simple bot in DotNet using isolated processing that is designed to be wholly deployed in an Azure Function.
The text was updated successfully, but these errors were encountered: