Skip to content

Commit 7a02903

Browse files
committed
Sentinel - kusto overview SFI image upd
1 parent 9928bb3 commit 7a02903

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

articles/sentinel/kusto-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Perf
412412
Usage
413413
| where QuantityUnit == 'MBytes'
414414
| extend KBytes = Quantity * 1024
415-
| project ResourceUri, MBytes=Quantity, KBytes
415+
| project DataType, MBytes=Quantity, KBytes
416416
```
417417

418418
On the final line in our `project` statement, we renamed the *Quantity* column to *Mbytes*, so we can easily tell which unit of measure is relevant to each column.
@@ -426,7 +426,7 @@ Usage
426426
| where QuantityUnit == 'MBytes'
427427
| extend KBytes = Quantity * 1024
428428
| extend Bytes = KBytes * 1024
429-
| project ResourceUri, MBytes=Quantity, KBytes, Bytes
429+
| project DataType, MBytes=Quantity, KBytes, Bytes
430430
```
431431

432432
:::image type="content" source="media/kusto-overview/table-extend-twice.png" alt-text="Screenshot of results of two extend operators.":::
25.9 KB
Loading
16.5 KB
Loading

0 commit comments

Comments
 (0)