We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8436eb8 commit 8d37309Copy full SHA for 8d37309
docs/_docs/best-practices/compute/compute.md
@@ -127,7 +127,7 @@ Resource management
127
```kql
128
Resources
129
| where type == 'microsoft.compute/virtualmachines'
130
-| extend osDiskId= tostring(properties.storageProfile.osDisk.managedDisk.id)
+| extend osDiskId = tostring(properties.storageProfile.osDisk.managedDisk.id)
131
| join kind=leftouter(
132
133
| where type =~ 'microsoft.compute/disks'
0 commit comments