Skip to content

Commit cf004c7

Browse files
Merge pull request #228162 from AbbyMSFT/workbooks
Fix staging issues in workbooks article
2 parents 0eb9177 + 18c05cc commit cf004c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In this example, the JSON object represents a store's inventory. We're going to
7171

7272
1. Select **Run Query**.
7373

74-
![Screenshot that shows editing a query item with JSON data source and JSON path result format.](./media/workbooks-jsonpath/query-jsonpath.png)
74+
:::image type="content" source="media/workbooks-jsonpath/query-jsonpath.png" alt-text="Screenshot that shows editing a query item with JSON data source and JSON path result format.":::
7575

7676
## Use regular expressions to covert values
7777

@@ -95,10 +95,10 @@ To convert YYYMMDD format into YYYY-MM-DD format:
9595
1. In the **Regex Match** field, use this regular expression: `([0-9]{4})([0-9]{2})([0-9]{2})`. This regular expression:
9696
- matches a four digit number, then a two digit number, then another two digit number.
9797
- The parentheses form capture groups to use in the next step.
98-
1.In the **Replace With**, use this regular expression: `$1-$2-$3. This expression creates a new string with each captured group, with a hyphen between them, turning "12345678" into "1234-56-78").
98+
1. In the **Replace With**, use this regular expression: `$1-$2-$3`. This expression creates a new string with each captured group, with a hyphen between them, turning "12345678" into "1234-56-78").
9999
1. Run the query again.
100100

101-
![Screenshot that shows JSONpath converted to date-time format.](./media/workbooks-jsonpath/workbooks-jsonpath-convert-date-time.png)
101+
:::image type="content" source="media/workbooks-jsonpath/workbooks-jsonpath-convert-date-time.png" alt-text="Screenshot that shows JSONpath converted to date-time format.":::
102102
## Next steps
103103

104104
- [Workbooks overview](./workbooks-overview.md)

0 commit comments

Comments
 (0)