Skip to content

Commit f8f3c2f

Browse files
committed
2025_02 - Fix monthly broken links - rossgrambo
1 parent f0b11da commit f8f3c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: articles/azure-app-configuration/feature-management-dotnet-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The .NET Core configuration system is used to determine the state of feature fla
5656

5757
### Feature Flag Declaration
5858

59-
The feature management library supports appsettings.json as a feature flag source since it's a provider for .NET Core's `IConfiguration` system. Feature flags are declared using the [`Microsoft Feature Management schema`](https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v2.0.0.schema.json). This schema is language agnostic in origin and is supported across all Microsoft feature management libraries.
59+
The feature management library supports appsettings.json as a feature flag source since it's a provider for .NET Core's `IConfiguration` system. Feature flags are declared using the [`Microsoft Feature Management schema`](https://github.com/Azure/AppConfiguration/tree/main/docs/FeatureManagement). This schema is language agnostic in origin and is supported across all Microsoft feature management libraries.
6060

6161
The following example declares feature flags in a json file.
6262

0 commit comments

Comments
 (0)