Skip to content

Commit 9535a06

Browse files
committed
fixes links
1 parent d673093 commit 9535a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/includes/azure-virtual-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Search-AzGraph -Query "Resources | where type == 'microsoft.compute/virtualmachi
102102

103103
### Count virtual machines by OS type
104104

105-
Building on the previous query, we're still limiting by Azure resources of type `Microsoft.Compute/virtualMachines`, but are no longer limiting the number of records returned. Instead, we used `summarize` and `count()` to define how to group and aggregate the values by property, which in this example is `properties.storageProfile.osDisk.osType`. For an example of how this string looks in the full object, see [explore resources - virtual machine discovery](../../../../articles/governance/resource-graph/concepts/explore-resources.md#virtual-machine-discovery).
105+
Building on the previous query, we're still limiting by Azure resources of type `Microsoft.Compute/virtualMachines`, but are no longer limiting the number of records returned. Instead, we used `summarize` and `count()` to define how to group and aggregate the values by property, which in this example is `properties.storageProfile.osDisk.osType`. For an example of how this string looks in the full object, see [explore resources - virtual machine discovery](../../governance/resource-graph/concepts/explore-resources.md#virtual-machine-discovery).
106106

107107
```kusto
108108
Resources
@@ -581,7 +581,7 @@ Search-AzGraph -Query "Resources | where type =~ 'Microsoft.Compute/virtualMachi
581581

582582
### Summarize virtual machine by the power states extended property
583583

584-
This query uses the [extended properties](../../../../articles/governance/resource-graph/concepts/query-language.md#extended-properties) on virtual machines to summarize by power states.
584+
This query uses the [extended properties](../../governance/resource-graph/concepts/query-language.md#extended-properties) on virtual machines to summarize by power states.
585585

586586
```kusto
587587
Resources

0 commit comments

Comments
 (0)