File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/defender-for-iot/device-builders Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ For example:
45
45
## Useful queries to investigate the OS baseline resources
46
46
47
47
> [ !Note]
48
- > Make sure to Replace ` <device-id> ` with the name(s) you gave your device in each of the following queries.
48
+ > Make sure to replace ` <device-id> ` with the name(s) you gave your device in each of the following queries.
49
49
50
50
### Retrieve the latest information
51
51
52
- - ** Device fleet failure** : Run the following query to retrieve the latest information about checks that failed across the device fleet:
52
+ - ** Device fleet failure** : Run this query to retrieve the latest information about checks that failed across the device fleet:
53
53
54
54
``` kusto
55
55
let lastDates = SecurityIoTRawEvent |
@@ -61,7 +61,7 @@ For example:
61
61
project DeviceId, event.BaselineCheckId, event.BaselineCheckDescription
62
62
```
63
63
64
- - **Specific device failure** - Run the following query to retrieve the latest information about checks that failed on a specific device:
64
+ - **Specific device failure** - Run this query to retrieve the latest information about checks that failed on a specific device:
65
65
66
66
```kusto
67
67
let id = SecurityIoTRawEvent |
You can’t perform that action at this time.
0 commit comments