Skip to content

Commit de460e5

Browse files
authored
Merge pull request #79653 from DixitArora-MSFT/patch-16
(AzureCXP) Referencing Microsoft.Azure.Cosmos
2 parents 4a18421 + a60f3a6 commit de460e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you can use dependency injection, you must install the following NuGet pa
3131

3232
To register services, you can create a method to configure and add components to an `IFunctionsHostBuilder` instance. The Azure Functions host creates an instance of `IFunctionsHostBuilder` and passes it directly into your method.
3333

34-
To register the method, add the `FunctionsStartup` assembly attribute that specifies the type name used during startup.
34+
To register the method, add the `FunctionsStartup` assembly attribute that specifies the type name used during startup. Also code is referencing a prerelease of [Microsoft.Azure.Cosmos](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/) on Nuget.
3535

3636
```csharp
3737
[assembly: FunctionsStartup(typeof(MyNamespace.Startup))]

0 commit comments

Comments
 (0)