137 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
33
views
Azure Work Book - Fetch subscription names based on the environment parameter
I am building a single dashboard where data is displayed based on the selected environment parameter. The environment can be either "Dev" or "Prod." The next parameter should fetch all subscriptions ...
2
votes
1
answer
50
views
Azure resource graph SDK for compliance score
I am trying to run the compliance score by resource type query using Resource Graph SDK .net. These are the nuget packages I have added.
<PackageReference Include="Azure.ResourceManager" ...
0
votes
0
answers
66
views
KQL mv-expand and null data
I am writing some KQL queries in Azure Resource Graph. In the simplified example below I have 3 VMs I want to extract the datadisks info from. In the below code VM1 has 0 data disks, VM2 has 6 and VM3 ...
0
votes
1
answer
208
views
How to List ResourceGroup Locks using Azure Resource Graph
I need an Azure Resource Graph query to list the resource group locks. I have tried AuthorizationResources and ResourceContainers tables but they don’t seem to retrieve the resource group locks. Any ...
0
votes
1
answer
123
views
Azure python sdk resourcegraph no skip_token
no matter what i try skip_token is None. my code:
from azure.identity import DefaultAzureCredential
from azure.mgmt.resourcegraph import ResourceGraphClient
from azure.mgmt.resourcegraph.models import ...
0
votes
1
answer
96
views
Pass CLI command output into Terraform for_each expression
I am working on setting up hybrid DNS in my Azure tenant using Terraform and I am running into a problem. I have one DNS forwarding rule set to pass requests to our on-prem DNS server, and I need to ...
0
votes
0
answers
28
views
Azure resource graph managed disks without a backup
I am trying to write ARG query that will return managed disks,, blob accounts and file shares with no backups configured. The query below returns storage accounts without backup configured, not sure ...
0
votes
1
answer
127
views
Graph Query to extract Azure resources without a backup, unable to get the user who created the resource
I have got the query below, works correctly however its not returning the createdBy field i.e the user that created the resource. The field comes up as blank. I would appreciate it if I anyone can ...
2
votes
1
answer
185
views
Using Azure graph to query for newly created Azure resources
I am attempting to query the Azure tenant for any newly created resources in the last 2 days, I am using the query below and its coming up blank, I would also like to alter the query to create a ...
0
votes
1
answer
184
views
How do I query the number of connected devices under each virtual network in Azure Graph Explorer?
I am trying to query the number of connected devices under each virtual network using Azure Resource Graph Explorer. I wish to see how efficiently the allocated CIDR IPs are used.
This is as far as I ...
0
votes
1
answer
937
views
Azure SQL Database 2014年04月01日 APIs will be retired on 31 October 2025?
Getting email that Azure SQL Database version 2014年04月01日 APIs will be retired on 31 October 2025. You'll need to update your resources, including templates, tools, scripts, and programs, to use a ...
0
votes
1
answer
166
views
How to Get Azure resource topology in JSON format?
I have been trying to get the Azure resource topology in JSON format but couldn't find anything.
I tried using ARI module but there is no specific relationship mapped and there is Azure Resource ...
0
votes
1
answer
409
views
Is there any way to get a list of retiring azure services programmically?
I have to write a function to log tickets in jira for retired services.
Is there any api or rs feed for the following?
Retiring Azure Services
Any help in retrieving the list will be appreciated.
I ...
0
votes
1
answer
763
views
I need to fetch data like How many CPUs and RAM is being utilized in Virtual machines using resource graph explorer
resources| where type == 'microsoft.compute/virtualmachines'
| extend Size = tostring(properties.hardwareProfile.vmSize)
| extend CPUs = toint(extract(".+\[A-Z\](\[0-9\]+).+", 1, tostring(...
0
votes
1
answer
759
views
how to retrieve all resources under given subnet using Azure Resource Graph Explorer query
I am using Azure Web App services, which have configured virtual network integration with an outbound subnet:
I would like to list all resources which are associated with given subnet: "snet-...