Skip to content

Commit 8a31d3e

Browse files
Update articles/azure-app-configuration/feature-management-dotnet-reference.md
Co-authored-by: Jimmy Campbell <[email protected]>
1 parent 1bc980d commit 8a31d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ A `requirement_type` of `All` changes the traversal. First, if there is no filte
140140

141141
In this example, `FeatureW` specifies a `requirement_type` of `All`, meaning all of its filters must evaluate to true for the feature to be enabled. In this case, the feature is enabled for 50% of users during the specified time window.
142142

143-
#### Custom feature flag configuration merging
143+
#### Handling multiple configuration sources
144144

145145
Starting with v4.3.0, you can opt in to custom merging for Microsoft schema feature flags (the `feature_management` section). When the same feature flag ID appears in multiple configuration sources, the built-in `ConfigurationFeatureDefinitionProvider` merges those definitions according to configuration provider registration order. If there's a conflict, the last feature flag definition wins. This behavior differs from .NET's default array index-based merging.
146146

0 commit comments

Comments
 (0)