@@ -4,6 +4,7 @@ description: Learn how to troubleshoot issues with the various SDKs while queryi
4
4
ms.date : 08/17/2021
5
5
ms.topic : troubleshooting
6
6
---
7
+
7
8
# Troubleshoot errors using Azure Resource Graph
8
9
9
10
You may run into errors when querying Azure resources with Azure Resource Graph. This article
@@ -17,7 +18,7 @@ it can be fixed and a later query succeeds.
17
18
18
19
## General errors
19
20
20
- ### < a name = " throttled " ></ a > Scenario: Throttled requests
21
+ ### Scenario: Throttled requests
21
22
22
23
#### Issue
23
24
@@ -39,7 +40,7 @@ There are several methods of dealing with throttled requests:
39
40
- [ Query in Parallel] ( ../concepts/guidance-for-throttled-requests.md#query-in-parallel )
40
41
- [ Pagination] ( ../concepts/guidance-for-throttled-requests.md#pagination )
41
42
42
- ### < a name = " toomanysubscription " ></ a > Scenario: Too many subscriptions
43
+ ### Scenario: Too many subscriptions
43
44
44
45
#### Issue
45
46
@@ -80,7 +81,7 @@ foreach ($batch in $subscriptionsBatch){ $response += Search-AzGraph -Query $que
80
81
$response
81
82
```
82
83
83
- ### < a name = " rest-contenttype " ></ a > Scenario: Unsupported Content-Type REST header
84
+ ### Scenario: Unsupported Content-Type REST header
84
85
85
86
#### Issue
86
87
@@ -97,7 +98,7 @@ tools or agents default to **text/plain**, which is unsupported by the REST API.
97
98
Validate that the tool or agent you're using to query Azure Resource Graph has the REST API header
98
99
` Content-Type ` configured for ** application/json** .
99
100
100
- ### < a name = " rest-403 " ></ a > Scenario: No read permission to all subscriptions in list
101
+ ### Scenario: No read permission to all subscriptions in list
101
102
102
103
#### Issue
103
104
0 commit comments