Skip to content

Commit 3a26c48

Browse files
Added better instructions to the bottom
1 parent c001948 commit 3a26c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-server/azure-arc/troubleshoot-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $result = Search-AzGraph -Query $query
162162
$result | Format-Table -Property ExtensionHealth, LastUploadTimestamp, LastUploadStatus, Message
163163
```
164164

165-
To identify possible specific problems, review the value in the **Message** column from the results.
165+
To identify possible specific problems, review the value in the **RecommendedAction** or the **FailureReasons** column from the results. The ReccommendedAction column will provide possible first steps tosolve the issue or clues as to what should be investigated first. For futher information FailureReasons contains a list of all the reasons the resources was deemed unhealthy. Finally for even more information on your resource view the **LastExtensionStatusMessage** to see the last reported message by the agent.
166166

167167
## Identify extensions missing updates
168168

0 commit comments

Comments
 (0)