Skip to content

Commit 4227879

Browse files
authored
Edit syntax
1 parent 3d4de9a commit 4227879

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-app-configuration/concept-key-value.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: azure-app-configuration
77
ms.topic: conceptual
8-
ms.date: 08/17/2022
8+
ms.date: 09/14/2022
99
ms.custom: devdivchpfy22
1010
---
1111

@@ -66,19 +66,19 @@ Each key-value is uniquely identified by its key plus a label that can be `\0`.
6666
| Key | Description |
6767
|---|---|
6868
| `key` is omitted or `key=*` | Matches all keys. |
69-
| `key=abc` | Matches key name **abc** exactly. |
70-
| `key=abc*` | Matches key names that start with **abc**.|
71-
| `key=abc,xyz` | Matches key names **abc** or **xyz**. Limited to five CSVs. |
69+
| `key=abc` | Matches key name `abc` exactly. |
70+
| `key=abc*` | Matches key names that start with `abc`.|
71+
| `key=abc,xyz` | Matches key names `abc` or `xyz`. Limited to five CSVs. |
7272

7373
You also can include the following label patterns:
7474

7575
| Label | Description |
7676
|---|---|
7777
| `label` is omitted or `label=*` | Matches any label, which includes `\0`. |
7878
| `label=%00` | Matches `\0` label. |
79-
| `label=1.0.0` | Matches label **1.0.0** exactly. |
80-
| `label=1.0.*` | Matches labels that start with **1.0.**. |
81-
| `label=%00,1.0.0` | Matches labels `\0` or **1.0.0**, limited to five CSVs. |
79+
| `label=1.0.0` | Matches label `1.0.0` exactly. |
80+
| `label=1.0.*` | Matches labels that start with `1.0.`. |
81+
| `label=%00,1.0.0` | Matches labels `\0` or `1.0.0`, limited to five CSVs. |
8282

8383
> [!NOTE]
8484
> `*`, `,`, and `\` are reserved characters in queries. If a reserved character is used in your key names or labels, you must escape it by using `\{Reserved Character}` in queries.

0 commit comments

Comments
 (0)