Azure / Azure/Azure-Functions

Is it possible to use a 3rd party IoC container

Open
#1,336 0 comments 4 reactions 0 assignees View on GitHub
feature
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

I am writing an application in which I would like to utilize Azure Durable Functions. The project uses dependency injection using a Unity container.

In ASP.NET Core, it is possible to resolve types from a custom container by replacing the `IServiceProviderFactory` during startup. I tried to do the same on by adding the custom service provider factory to `IFunctionsHostBuilder.Services`, but I was unable to make it work. I cannot find any guides or any documentation mentioning third party IoC containers in combination with Azure Functions. Is it supported?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.