Skip to content

Commit 1ab5601

Browse files
committed
Update container network setup defaults.
1 parent 3dd4155 commit 1ab5601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-cluster-fabric-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ The following is a list of Fabric settings that you can customize, organized by
826826
| **Parameter** | **Allowed Values** | **Upgrade Policy** | **Guidance or Short Description** |
827827
| --- | --- | --- | --- |
828828
|ContainerNetworkName|string, default is ""| Static |The network name to use when setting up a container network.|
829-
|ContainerNetworkSetup|bool, default is FALSE| Static |Whether to set up a container network.|
829+
|ContainerNetworkSetup|bool, default is FALSE (Linux) and default is TRUE (Windows)| Static |Whether to set up a container network.|
830830
|FabricDataRoot |String | Not Allowed |Service Fabric data root directory. Default for Azure is d:\svcfab |
831831
|FabricLogRoot |String | Not Allowed |Service fabric log root directory. This is where SF logs and traces are placed. |
832832
|NodesToBeRemoved|string, default is ""| Dynamic |The nodes which should be removed as part of configuration upgrade. (Only for Standalone Deployments)|

0 commit comments

Comments
 (0)