Skip to content

Commit c0559cb

Browse files
authored
Update feature management schema URL
1 parent f8f3c2f commit c0559cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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/tree/main/docs/FeatureManagement). 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/microsoft/FeatureManagement/blob/main/Schema/FeatureManagement.v2.0.0.schema.json). 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)