Skip to content

Commit 5411365

Browse files
authored
Merge pull request #110936 from erikadoyle/resourcegov
De-dupe + promote SF resource governance article in TOC
2 parents 8684e37 + 173ee9c commit 5411365

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

articles/service-fabric/service-fabric-resource-governance.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ For these two metrics, [Cluster Resource Manager](service-fabric-cluster-resourc
2727
* The cluster can be [defragmented](service-fabric-cluster-resource-manager-defragmentation-metrics.md) according to these two metrics.
2828
* When [describing a cluster](service-fabric-cluster-resource-manager-cluster-description.md), buffered capacity can be set for these two metrics.
2929

30-
[Dynamic load reporting](service-fabric-cluster-resource-manager-metrics.md) is not supported for these metrics, and loads for these metrics are defined at creation time.
30+
> [!NOTE]
31+
> [Dynamic load reporting](service-fabric-cluster-resource-manager-metrics.md) is not supported for these metrics; loads for these metrics are defined at creation time.
3132
3233
## Resource governance mechanism
3334

@@ -195,7 +196,7 @@ To prevent these situations from occurring, Service Fabric allows you to *enfo
195196

196197
```xml
197198
<SectionName="PlacementAndLoadBalancing">
198-
<ParameterName="EnforceUserServiceMetricCapacities" Value="false"/>
199+
<ParameterName="EnforceUserServiceMetricCapacities" Value="false"/>
199200
</Section>
200201
```
201202

articles/service-fabric/toc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@
146146
href: service-fabric-containers-overview.md
147147
- name: Docker compose (preview)
148148
href: service-fabric-docker-compose.md
149-
- name: Resource governance
150-
href: service-fabric-resource-governance.md
151149
- name: Reliable Services
152150
items:
153151
- name: Reliable Services overview
@@ -194,6 +192,8 @@
194192
href: service-fabric-reliable-actors-notes-on-actor-type-serialization.md
195193
- name: Guest executables
196194
href: service-fabric-guest-executables-introduction.md
195+
- name: Resource governance
196+
href: service-fabric-resource-governance.md
197197
- name: Applications and services
198198
items:
199199
- name: Application model
@@ -410,8 +410,6 @@
410410
items:
411411
- name: Docker compose (preview)
412412
href: service-fabric-docker-compose.md
413-
- name: Resource governance for containers and services
414-
href: service-fabric-resource-governance.md
415413
- name: Volume and logging drivers
416414
href: service-fabric-containers-volume-logging-drivers.md
417415
- name: View container logs

0 commit comments

Comments
 (0)