Skip to content

Commit 698ed89

Browse files
authored
Merge pull request #291595 from cwatson-cat/12-6-24-sfi-sent
Sentinel - kusto overview SFI image upd
2 parents 1ecce14 + 7a02903 commit 698ed89

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)