Skip to content

Commit dd99ba6

Browse files
authored
Merge pull request #88649 from changeworld/patch-66
Fix typo
2 parents 524769b + 31b574d commit dd99ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-cluster-resource-manager-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ serviceDescription.Metrics.Add(totalCountMetric);
114114
await fabricClient.ServiceManager.CreateServiceAsync(serviceDescription);
115115
```
116116

117-
Powershell:
117+
PowerShell:
118118

119119
```posh
120120
New-ServiceFabricService -ApplicationName $applicationName -ServiceName $serviceName -ServiceTypeName $serviceTypeName –Stateful -MinReplicaSetSize 3 -TargetReplicaSetSize 3 -PartitionSchemeSingleton –Metric @("ConnectionCount,High,20,5”,"PrimaryCount,Medium,1,0”,"ReplicaCount,Low,1,1”,"Count,Low,1,1”)
@@ -258,7 +258,7 @@ Let’s take our previous example and see what happens when we add some custom m
258258
259259
Let’s presume that we initially created the stateful service with the following command:
260260

261-
Powershell:
261+
PowerShell:
262262

263263
```posh
264264
New-ServiceFabricService -ApplicationName $applicationName -ServiceName $serviceName -ServiceTypeName $serviceTypeName –Stateful -MinReplicaSetSize 3 -TargetReplicaSetSize 3 -PartitionSchemeSingleton –Metric @("MemoryInMb,High,21,11”,"PrimaryCount,Medium,1,0”,"ReplicaCount,Low,1,1”,"Count,Low,1,1”)

0 commit comments

Comments
 (0)