Skip to content

Commit 2d16a62

Browse files
committed
Update ARM template for SF deployment
1 parent 5ac3df9 commit 2d16a62

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

  • deploy/az/servicefabric/WindowsContainers

deploy/az/servicefabric/WindowsContainers/readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)