Skip to content

Commit b7147af

Browse files
authored
Update explore-resources.md
1 parent 0d2d741 commit b7147af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/resource-graph/concepts/explore-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ and return just the name of the VM and region.
159159
```kusto
160160
Resources
161161
| where type =~ 'Microsoft.Compute/virtualMachines' and properties.hardwareProfile.vmSize == 'Standard_B2s'
162-
| project name, resourceGroup"
162+
| project name, resourceGroup
163163
```
164164

165165
```azurecli-interactive
@@ -334,4 +334,4 @@ sample.
334334

335335
- Learn more about the [query language](query-language.md).
336336
- See the language in use in [Starter queries](../samples/starter.md).
337-
- See advanced uses in [Advanced queries](../samples/advanced.md).
337+
- See advanced uses in [Advanced queries](../samples/advanced.md).

0 commit comments

Comments
 (0)