Skip to content

Commit c7a1f34

Browse files
committed
Update restore.md
1 parent 6c6a8a7 commit c7a1f34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-monitor/logs/restore.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,14 @@ az monitor log-analytics workspace table restore create --subscription ContosoSI
8787

8888
## Query restored data
8989

90-
Restored logs retain their original timestamps. When you run a query on restored logs, set the time range for your query based on when the data was originally generated.
90+
Restored logs retain their original timestamps. When you run a query on restored logs, set the query time range based on when the data was originally generated.
9191

9292
Set the query time range by either:
9393

9494
- Selecting **Custom** in the **Time range** dropdown at the top of the query editor and setting **From** and **To** values.
95+
96+
or
97+
9598
- Specifying the time range in the query. For example:
9699

97100
```kusto

0 commit comments

Comments
 (0)