Skip to content

Commit 44c4830

Browse files
committed
add note to address GitHub issue
1 parent a2e14d4 commit 44c4830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-monitor/platform/workbooks-text.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ This is how the workbook will look like in read-mode.
5555
5656
![Image showing a text parameter referenced in KQL](./media/workbooks-text/text-reference.png)
5757
58+
> [!NOTE]
59+
> In the example above, `{SlowRequestThreshold}` represents an integer value. If you were querying for a string like `{ComputerName}` you would need to modify your Kusto query to add quotes `"{ComputerName}"` in order for the parameter field to an accept input without quotes.
5860
5961
## Setting default values
6062
1. Start with an empty workbook in edit mode.

0 commit comments

Comments
 (0)