File tree Expand file tree Collapse file tree
deploy/az/servicefabric/WindowsContainers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabr
44
55## Editing servicefabricdeploy.parameters.json file
66
7- You can edit the ` servicefabricdeploy.parameters.json ` file to set your values, but is not needed.
7+ Edit the following params in ` servicefabricdeploy.parameters.json ` file to set your values:
8+
9+ - clusterName: Name of your SF cluster
10+ - dnsName: Name assigned to your SF dns
11+ - adminUserName: user name for administration
12+ - adminPassword: user password for administration
13+
14+ Optionally, you can modify which ports are opened in the LoadBalancer for accessing externally to the apps:
15+
16+ - webMvcHttpPort: port externally exposed for the WebMVC app
17+ - webSpaHttpPort: port externally exposed for the WebSPA app
18+ - webStatusHttpPort: port externally exposed for the WebStatus app
19+ - IdSrvHttpRule: port externally exposed for the Identity app
820
921## Deploy the template
1022
You can’t perform that action at this time.
0 commit comments