You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-cluster-config-upgrade-windows-server.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ ms.author: dekapur
19
19
---
20
20
# Upgrade the configuration of a standalone cluster
21
21
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.
23
23
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).
26
26
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*.
28
28
29
29
For example, the following JSON adds a new setting *MaxDiskQuotaInMB* to the *Diagnostics* section under `fabricSettings`:
30
30
@@ -42,9 +42,6 @@ For example, the following JSON adds a new setting *MaxDiskQuotaInMB* to the *Di
42
42
43
43
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.
44
44
45
-
46
-
The following is a list of Fabric settings that you can customize, organized by section.
47
-
48
45
## Test the cluster configuration
49
46
Before you initiate the configuration upgrade, you can test your new cluster configuration JSON by running the following PowerShell script in the standalone package:
0 commit comments