Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/AzureFrontDoor/images/sample1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/AzureFrontDoor/images/sample2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/AzureFrontDoor/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Then your Azure Front Door filters should look like this:

### Application uses key-values selector

If your application has the following set up with for loading specific key-values:
If your application has the following set up for loading specific key-values:

```cs
builder.Configuration.AddAzureAppConfiguration(options =>
Expand Down Expand Up @@ -100,7 +100,7 @@ Then your Azure Front Door filters should look like this:
| **Filter Type** | **Operator** | **Value** | **Operator** | **Value** |
| ---------------- | ------------- | ----------- | ------------- | ----------- |
| Key value | Key All | `*` | Label Equal | `(No label)` |
| Key value | Key Starts with | `.appconfig.featureflag/` | Label Equal | `(No label)` |
| Feature flag | Key All | `*` | Label Equal | `(No label)` |

-------

Expand All @@ -125,8 +125,8 @@ Then your Azure Front Door filters should look like this:

| **Filter Type** | **Operator** | **Value** | **Operator** | **Value** |
| ---------------- | ------------- | ----------- | ------------- | ----------- |
| Key value | Key All | `*` | Label Equal | `(No label)` |
| Key value | Key Starts with | `.appconfig.featureflag/MyFeatures` | Label Equal | `(No label)` |
| Key value | Key All | `*` | Label Equal | `(No label)` |
| Feature flag | Key Starts with | `MyFeatures` | Label Equal | `(No label)` |

-------

Expand Down Expand Up @@ -158,7 +158,7 @@ Then your Azure Front Door filters should look like this:
| **Filter Type** | **Operator** | **Value** | **Operator** | **Value** |
| ---------------- | ------------- | ----------- | ------------- | ----------- |
| 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)` |

-------

Expand Down
Loading