Skip to content

Commit ac52d4f

Browse files
Update service-fabric-cluster-resource-manager-sensitivity.md - Fix "Powershell"
1 parent 68de787 commit ac52d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Via ClusterConfig.json for Standalone deployments or Template.json for Azure hos
9191
</Service>
9292
```
9393

94-
### 1.2.2. Use Powershell API
94+
### 1.2.2. Use PowerShell API
9595
To specify the sensitivity for a service when it is created:
9696
```posh
9797
$sensitivity = New-Object -TypeName System.Fabric.Description.ServiceSensitivityDescription
@@ -163,7 +163,7 @@ await fabricClient.ServiceManager.UpdateServiceAsync(new Uri("fabric:/AppName/Se
163163
</Service>
164164

165165
```
166-
### 1.3.2. Use Powershell API
166+
### 1.3.2. Use PowerShell API
167167
To specify the max load for a service when it is created:
168168
```posh
169169
New-ServiceFabricService -ApplicationName $applicationName -ServiceName $serviceName -ServiceTypeName $serviceTypeName –Stateful -MinReplicaSetSize 3 -TargetReplicaSetSize 3 -PartitionSchemeSingleton –Metric @("CPU,High,10,5,0,20")
@@ -211,4 +211,4 @@ await fabricClient.ServiceManager.UpdateServiceAsync(new Uri("fabric:/AppName/Se
211211
```
212212

213213
## 1.4. Next steps
214-
Learn more about [Service movement cost](service-fabric-cluster-resource-manager-movement-cost.md).
214+
Learn more about [Service movement cost](service-fabric-cluster-resource-manager-movement-cost.md).

0 commit comments

Comments
 (0)