Skip to content

Commit a33f140

Browse files
committed
Fixes MicrosoftDocs/azure-docs#41292 - Correcting type in key vault query
1 parent 376e29e commit a33f140

File tree

1 file changed

+1
-1
lines changed
  • articles/governance/resource-graph/samples

1 file changed

+1
-1
lines changed

articles/governance/resource-graph/samples/starter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Search-AzGraph -Query "Resources | where type =~ 'microsoft.compute/virtualmachi
101101

102102
![Resource Graph explorer icon](../media/resource-graph-small.png) Try this query in Azure Resource Graph Explorer:
103103

104-
- Azure portal: <a href="https://portal.azure.com/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade/query/Resources%20%7C%20where%20type%20%3D~%20'microsoft.compute%2Fvirtualmachines'%20%7C%20count" target="_blank">portal.azure.com</a> ![Open link in new window icon](../../media/new-window.png)
104+
- Azure portal: <a href="https://portal.azure.com/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade/query/Resources%20%7C%20where%20type%20%3D~%20'microsoft.keyvault%2Fvaults'%20%7C%20count" target="_blank">portal.azure.com</a> ![Open link in new window icon](../../media/new-window.png)
105105

106106
---
107107

0 commit comments

Comments
 (0)