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.
2 parents e78d42b + b7147af commit aad6b7dCopy full SHA for aad6b7d
articles/governance/resource-graph/concepts/explore-resources.md
@@ -159,7 +159,7 @@ and return just the name of the VM and region.
159
```kusto
160
Resources
161
| where type =~ 'Microsoft.Compute/virtualMachines' and properties.hardwareProfile.vmSize == 'Standard_B2s'
162
-| project name, resourceGroup"
+| project name, resourceGroup
163
```
164
165
```azurecli-interactive
@@ -334,4 +334,4 @@ sample.
334
335
- Learn more about the [query language](query-language.md).
336
- See the language in use in [Starter queries](../samples/starter.md).
337
-- See advanced uses in [Advanced queries](../samples/advanced.md).
+- See advanced uses in [Advanced queries](../samples/advanced.md).
0 commit comments