Skip to content

Commit c219944

Browse files
gardnerjrAbbyMSFT
andauthored
Update articles/azure-monitor/visualize/workbooks-dropdowns.md
Co-authored-by: AbbyMSFT <[email protected]>
1 parent 4fa4bb3 commit c219944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/visualize/workbooks-dropdowns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By using dropdown parameters, you can collect one or more input values from a kn
1313

1414
The easiest way to specify a dropdown parameter is by providing a static list in the parameter setting. A more interesting way is to get the list dynamically via a KQL query. You can also specify whether it's single or multi-select by using parameter settings. If it's multi-select, you can specify how the result set should be formatted, for example, as delimiter or quotation.
1515

16-
## Building dropdown parameters (value, label, selection, and group)
16+
## Dropdown parameter components
1717
When using either static JSON content or getting dynamic values from queries, dropdown parameters allow up to four fields of information, in this specific order:
1818

1919
1. `value` (required): the first column / field in the data is used as the literal value of the parameter. In the case of simple static JSON parameters, it can be as simple as the JSON content `["dev", "test", "prod"]`, which would create a dropdown of three items with those values as both the value and the label in the dropdown. The name of this field doesn't need to be `value`, the dropdown will use the first field in the data no matter the name.

0 commit comments

Comments
 (0)