From 2d16a621f30ce9fdd28239807e2eb2ac051cf541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Tom=C3=A1s?= Date: Wed, 13 Sep 2017 15:43:25 +0200 Subject: [PATCH] Update ARM template for SF deployment --- .../az/servicefabric/WindowsContainers/readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/deploy/az/servicefabric/WindowsContainers/readme.md b/deploy/az/servicefabric/WindowsContainers/readme.md index 2e7f09c4c..bbfe08bd1 100644 --- a/deploy/az/servicefabric/WindowsContainers/readme.md +++ b/deploy/az/servicefabric/WindowsContainers/readme.md @@ -4,7 +4,19 @@ The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabr ## Editing servicefabricdeploy.parameters.json file -You can edit the `servicefabricdeploy.parameters.json` file to set your values, but is not needed. +Edit the following params in `servicefabricdeploy.parameters.json` file to set your values: + +- clusterName: Name of your SF cluster +- dnsName: Name assigned to your SF dns +- adminUserName: user name for administration +- adminPassword: user password for administration + +Optionally, you can modify which ports are opened in the LoadBalancer for accessing externally to the apps: + +- webMvcHttpPort: port externally exposed for the WebMVC app +- webSpaHttpPort: port externally exposed for the WebSPA app +- webStatusHttpPort: port externally exposed for the WebStatus app +- IdSrvHttpRule: port externally exposed for the Identity app ## Deploy the template