Skip to content

Commit 73ec4e8

Browse files
committed
Fix typo
1 parent 215cfe7 commit 73ec4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-view-entities-aggregated-health.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ Read more about the [Service Fabric application upgrade](service-fabric-applicat
11491149
## Use health evaluations to troubleshoot
11501150
Whenever there is an issue with the cluster or an application, look at the cluster or application health to pinpoint what is wrong. The unhealthy evaluations provide details about what triggered the current unhealthy state. If you need to, you can drill down into unhealthy child entities to identify the root cause.
11511151

1152-
For example, consider an application unhealthy because there is an error report on one of its replicas. The following Powershell cmdlet shows the unhealthy evaluations:
1152+
For example, consider an application unhealthy because there is an error report on one of its replicas. The following PowerShell cmdlet shows the unhealthy evaluations:
11531153

11541154
```powershell
11551155
PS D:\ServiceFabric> Get-ServiceFabricApplicationHealth fabric:/WordCount -EventsFilter None -ServicesFilter None -DeployedApplicationsFilter None -ExcludeHealthStatistics

0 commit comments

Comments
 (0)