Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How-to DI when running custom function in a standard workflow with Logic Apps #2562

Open
springcomp opened this issue Nov 14, 2024 · 0 comments

Comments

@springcomp
Copy link

I’m familiar with

  • In-Process Function Apps which run within the Azure Functions runtime host.
  • Isolated Worker Function Apps which run as a standalone process and communicate with the Azure Functions runtime host using gRPC.

In both cases, it is really easy to implement DI in either a Startup class or from the Main EXE entry-point.

The problem is that we seem to not have that level of control when using custom functions integrated with Standard Logic Apps.
There, the function app runs "in-process" within the Logic Apps runtime process (which itself runs isolated from the functions runtime host).

How is it possible to implement a startup-like class for such scenarios ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant