Skip to content

Commit f2eb442

Browse files
committed
updated text
1 parent 7e0b26a commit f2eb442

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/service-fabric/service-fabric-cluster-config-upgrade-windows-server.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ms.author: dekapur
1919
---
2020
# Upgrade the configuration of a standalone cluster
2121

22-
For any modern system, the ability to upgrade is key to the long-term success of your product. An Azure Service Fabric cluster is a resource that you own. This article describes how to upgrade the configuration of your standalone Service Fabric cluster.
22+
For any modern system, the ability to upgrade is key to the long-term success of your product. An Azure Service Fabric cluster is a resource that you own. This article describes how to upgrade the configuration settings of your standalone Service Fabric cluster.
2323

24-
## Customize cluster settings for standalone clusters
25-
Standalone clusters are configured through the *ClusterConfig.json* file. To learn more, see [Configuration settings for a standalone Windows cluster](service-fabric-cluster-manifest.md).
24+
## Customize cluster settings in the ClusterConfig.json file
25+
Standalone clusters are configured through the *ClusterConfig.json* file. To learn more about the different settings, see [Configuration settings for a standalone Windows cluster](service-fabric-cluster-manifest.md).
2626

27-
You can add, update, or remove settings in the `fabricSettings` section under the [Cluster properties](./service-fabric-cluster-manifest.md#cluster-properties) section in ClusterConfig.json.
27+
You can add, update, or remove settings in the `fabricSettings` section under the [Cluster properties](./service-fabric-cluster-manifest.md#cluster-properties) section in *ClusterConfig.json*.
2828

2929
For example, the following JSON adds a new setting *MaxDiskQuotaInMB* to the *Diagnostics* section under `fabricSettings`:
3030

@@ -42,9 +42,6 @@ For example, the following JSON adds a new setting *MaxDiskQuotaInMB* to the *Di
4242

4343
After you've modified the settings in your ClusterConfig.json file, [test the cluster configuration](#test-the-cluster-configuration) and then [upgrade the cluster configuration](#upgrade-the-cluster-configuration) to apply the settings to your cluster.
4444

45-
46-
The following is a list of Fabric settings that you can customize, organized by section.
47-
4845
## Test the cluster configuration
4946
Before you initiate the configuration upgrade, you can test your new cluster configuration JSON by running the following PowerShell script in the standalone package:
5047

0 commit comments

Comments
 (0)