Skip to content

Commit 1efdb8c

Browse files
authored
Merge pull request #197648 from guywi-ms/patch-13
Update restore.md
2 parents df0e4f6 + 7645ce5 commit 1efdb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Set the query time range by either:
9898
```kusto
9999
let startTime =datetime(01/01/2022 8:00:00 PM);
100100
let endTime =datetime(01/05/2022 8:00:00 PM);
101-
TabelName_RST
101+
TableName_RST
102102
| where TimeGenerated between(startTime .. endTime)
103103
```
104104
@@ -152,4 +152,4 @@ For more information, see [Azure Monitor pricing](https://azure.microsoft.com/pr
152152
## Next steps
153153

154154
- [Learn more about data retention and archiving data.](data-retention-archive.md)
155-
- [Learn about Search jobs, which is another method for retrieving archived data.](search-jobs.md)
155+
- [Learn about Search jobs, which is another method for retrieving archived data.](search-jobs.md)

0 commit comments

Comments
 (0)