Skip to content

Commit b3fea77

Browse files
committed
tweaks
1 parent 003065c commit b3fea77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-local/manage/health-service-faults.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Location: Seattle DC, Rack B07, Node 4, Slot 11
3838
>[!NOTE]
3939
> The physical location is derived from your fault domain configuration. For more information about fault domains, see [Fault domain awareness](/windows-server/failover-clustering/fault-domains). If you do not provide this information, the location field is less helpful. For example, it may only show the slot number.
4040
41+
For reference information about faults, see [Health Service faults reference](#health-service-faults-reference).
42+
4143
## Root cause analysis
4244

4345
The Health Service can assess the potential causality among faulting entities to identify and combine faults that are consequences of the same underlying problem. By recognizing chains of effect, this makes for less chatty reporting. For example, if a server is down, it is expected that any drives within the server are also without connectivity. Therefore, only one fault will be raised for the root cause - in this case, the server.
@@ -138,8 +140,6 @@ foreach (CimInstance Node in Nodes)
138140

139141
Invoke **Diagnose** to get any current faults scoped to the target **CimInstance**, which can be either the cluster or any volume.
140142

141-
For reference information about faults, see [Health Service faults reference](#health-service-faults-reference).
142-
143143
```
144144
public void GetFaults(CimSession Session, CimInstance Target)
145145
{

0 commit comments

Comments
 (0)