Questions tagged [azure-resource-graph]

The Azure Resource Graph provides the ability to query, explore and analyse the resources that exist within your Azure subscriptions. The Azure Resource Graph Query Language is based on the Kusto query language.

96 questions
0
votes
2 answers

Create a Parameter containing list of Subscriptions grouped by Tenant/Directory - Azure Resource Graph

I'm trying to create a Workbook Parameter drop down, where we can choose Subscription to filter. However, 1 Tenant/ Directory might have one or more subscriptions. Instead of a flat subscription drop-down list like…
0
votes
1 answer

display only specific resources by type with kusto in Resource Graph Explorer

I have an issue with showing specific resources with azure kusto query. what i want is to write a kusto query that show only database resources and server resources in azure. i have written following query regarding Databases: resources | where type…
0
votes
1 answer

Generating the Anonymous public read access to containers and blobs in Azure Storage?

Using the Azure Resource Graph Explorer https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts I need to show an additional column: URI or URL to access Tags Size This query does not show those…
Senior Systems Engineer
  • 1,061
  • 2
  • 27
  • 63
0
votes
1 answer

Unexpected search result from Azure Search Graph Search-AzGraph vs Azure Resource Graph Explorer

I'm facing a weird behaviour (bug?) using the PowerShell command "Search-AzGraph". When I use "Azure Resource Graph Explorer", I don't get this issue. resourcecontainers | where type =~ 'microsoft.resources/subscriptions/resourcegroups' | join…
-1
votes
1 answer

How would I remove specific words or text from KQL query?

I have the following query which provides me with all the data I need exported but I would like text '' removed from my final query. How would I achieve this? | where type == "microsoft.security/assessments" | project id = tostring(id), …
-1
votes
1 answer

KQL to identify which vm has CustomScript extension

I want how many and what VMs have "CustomScript"extension enabled along with the “properties” of that extensions and I have tried this query but didn't extract the custom-extension Resources | where type ==…
user1396982
  • 115
  • 1
  • 2
  • 9
1 2 3 4 5 6
7