Skip to content

Commit dae80c9

Browse files
authored
Added code for Creating Named Partition
1 parent f89a22d commit dae80c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ Same as with mechanism that uses scaling by adding or removing instances, there
131131

132132
### Using application manifest
133133
``` xml
134+
<NamedPartition>
135+
<Partition Name="0" />
136+
</NamedPartition>
134137
<ServiceScalingPolicies>
135138
<ScalingPolicy>
136139
<AverageServiceLoadScalingTrigger MetricName="servicefabric:/_MemoryInMB" LowerLoadThreshold="300" UpperLoadThreshold="500" ScaleIntervalInSeconds="600"/>

0 commit comments

Comments
 (0)