Skip to content

Commit d3ab906

Browse files
Merge pull request #261602 from davidsmatlak/ds-arg-remove-anchors-general
Removes HTML heading anchors from ARG Troubleshooting doc
2 parents 093ca8b + 908c41b commit d3ab906

File tree

1 file changed

+5
-4
lines changed
  • articles/governance/resource-graph/troubleshoot

1 file changed

+5
-4
lines changed

articles/governance/resource-graph/troubleshoot/general.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn how to troubleshoot issues with the various SDKs while queryi
44
ms.date: 08/17/2021
55
ms.topic: troubleshooting
66
---
7+
78
# Troubleshoot errors using Azure Resource Graph
89

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

1819
## General errors
1920

20-
### <a name="throttled"></a>Scenario: Throttled requests
21+
### Scenario: Throttled requests
2122

2223
#### Issue
2324

@@ -39,7 +40,7 @@ There are several methods of dealing with throttled requests:
3940
- [Query in Parallel](../concepts/guidance-for-throttled-requests.md#query-in-parallel)
4041
- [Pagination](../concepts/guidance-for-throttled-requests.md#pagination)
4142

42-
### <a name="toomanysubscription"></a>Scenario: Too many subscriptions
43+
### Scenario: Too many subscriptions
4344

4445
#### Issue
4546

@@ -80,7 +81,7 @@ foreach ($batch in $subscriptionsBatch){ $response += Search-AzGraph -Query $que
8081
$response
8182
```
8283

83-
### <a name="rest-contenttype"></a>Scenario: Unsupported Content-Type REST header
84+
### Scenario: Unsupported Content-Type REST header
8485

8586
#### Issue
8687

@@ -97,7 +98,7 @@ tools or agents default to **text/plain**, which is unsupported by the REST API.
9798
Validate that the tool or agent you're using to query Azure Resource Graph has the REST API header
9899
`Content-Type` configured for **application/json**.
99100

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
101102

102103
#### Issue
103104

0 commit comments

Comments
 (0)