Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
33 views

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

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

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

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

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

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

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 ...
learner's user avatar
  • 1,097
0 votes
1 answer
127 views

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

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

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

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

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

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

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

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-...

15 30 50 per page
1
2 3 4 5
...
10

AltStyle によって変換されたページ (->オリジナル) /