[Docs] Update AFD docs to use Feature Flag filter section#1132
Open
MaryanneNjeri wants to merge 1 commit intomainfrom
Open
[Docs] Update AFD docs to use Feature Flag filter section#1132MaryanneNjeri wants to merge 1 commit intomainfrom
MaryanneNjeri wants to merge 1 commit intomainfrom
Conversation
MaryanneNjeri
commented
Feb 18, 2026
| | ---------------- | ------------- | ----------- | ------------- | ----------- | | ||
| | Key value | Key Starts with | `App1:` | Label Equal | `(No label)` | | ||
| | Key value | Key Starts with | `.appconfig.featureflag/MyFeatures` | Label Equal | `(No label)` | | ||
| | Feature flag | Key Starts with | `MyFeatures` | Label Equal | `(No label)` | |
Contributor
Author
There was a problem hiding this comment.
@avanigupta how come here we also don't specify the all key value filter ?
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Front Door documentation to reflect recent changes in the Azure App Configuration portal. The portal now provides a dedicated "Feature flag" filter type, eliminating the need to use the .appconfig.featureflag/ prefix when filtering feature flags via key-value filters.
Changes:
- Fixed grammar error in the "Application uses key-values selector" section
- Updated all three feature flag filter examples to use the new "Feature flag" filter type instead of "Key value" with
.appconfig.featureflag/prefix - Updated sample1.png screenshot to show the new portal UI
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/AzureFrontDoor/readme.md | Updated documentation to use new "Feature flag" filter type instead of manual prefix filtering; fixed grammar error |
| docs/AzureFrontDoor/images/sample1.png | New screenshot showing the updated portal UI with dedicated feature flag filter section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AppConfig portal now supports a dedicated section for feature flag filters.
This PR updates documentation with new screenshots and remove any guidance for specifying
.appconfig.featureflag/prefix as key filter.