Skip to content

Commit e119413

Browse files
authored
Merge pull request #79795 from craigshoemaker/crs-functions-di-patch-01
Add explicit statement that DI starts with v2
2 parents 70a5db5 + 1ab92eb commit e119413

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)