Skip to content

Commit 8d37309

Browse files
MSBrettCopilot
andauthored
Update docs/_docs/best-practices/compute/compute.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8436eb8 commit 8d37309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/best-practices/compute/compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Resource management
127127
```kql
128128
Resources
129129
| where type == 'microsoft.compute/virtualmachines'
130-
| extend osDiskId= tostring(properties.storageProfile.osDisk.managedDisk.id)
130+
| extend osDiskId = tostring(properties.storageProfile.osDisk.managedDisk.id)
131131
| join kind=leftouter(
132132
Resources
133133
| where type =~ 'microsoft.compute/disks'

0 commit comments

Comments
 (0)