Skip to content

Commit ed1958e

Browse files
authored
Merge pull request #49294 from Pranjal089/patch-2
Added code for Creating Named Partition
2 parents 6051938 + dae80c9 commit ed1958e

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)