Skip to content

Commit 0d091d4

Browse files
mrm9084jimmyca15
andauthored
Update articles/azure-app-configuration/how-to-feature-filters-spring-boot.md
Co-authored-by: Jimmy Campbell <[email protected]>
1 parent c7e9280 commit 0d091d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-app-configuration/how-to-feature-filters-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You've added a custom feature filter named **Random** with a **Percentage** para
8585

8686
## Feature filter in action
8787

88-
When you run the application, the configuration provider loads the *Beta* feature flag from Azure App Configuration. The result of the `isEnabled("Beta")` method is printed to the console. As the `RandomFilter` is implemented and used by the *Beta* feature flag, the result is `True` 50 percent of the time and `False` the other 50 percent of the time.
88+
When you run the application, the configuration provider loads the *Beta* feature flag from Azure App Configuration. The result of the `isEnabled("Beta")` method is printed to the console. Since the `RandomFilter` is used by the *Beta* feature flag and is configured to 50 percent, the result is `True` 50 percent of the time and `False` the other 50 percent of the time.
8989

9090
Running the application shows that the *Beta* feature flag is sometimes enabled and sometimes not.
9191

0 commit comments

Comments
 (0)