Skip to content

Commit f2c4989

Browse files
authored
Merge pull request #107844 from BhargaviAnnadevara-MSFT/patch-18
(AzureCXP) Fixes MicrosoftDocs/azure-docs#50014
2 parents d8cd5c7 + 7ed8032 commit f2c4989

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-app-configuration/use-feature-flags-dotnet-core.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ In this tutorial, you will learn how to:
3535
3636
## Set up feature management
3737

38+
Add a reference to the `Microsoft.FeatureManagement` NuGet package to utilize the .NET Core feature manager.
39+
3840
The .NET Core feature manager `IFeatureManager` gets feature flags from the framework's native configuration system. As a result, you can define your application's feature flags by using any configuration source that .NET Core supports, including the local *appsettings.json* file or environment variables. `IFeatureManager` relies on .NET Core dependency injection. You can register the feature management services by using standard conventions:
3941

4042
```csharp

0 commit comments

Comments
 (0)