Skip to content

Commit 1ab92eb

Browse files
Add explicit statement that DI starts with v2
1 parent eb63f5a commit 1ab92eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Azure Functions supports the dependency injection (DI) software design pattern,
1919

2020
Azure Functions builds on top of the ASP.NET Core Dependency Injection features. Being aware of services, lifetimes, and design patterns of [ASP.NET Core dependency injection](https://docs.microsoft.com/aspnet/core/fundamentals/dependency-injection) before using DI features in an Azure Functions app is recommended.
2121

22+
Support for dependency injection begins with Azure Functions 2.x.
23+
2224
## Prerequisites
2325

2426
Before you can use dependency injection, you must install the following NuGet packages:

0 commit comments

Comments
 (0)