Skip to content

Commit dadda54

Browse files
Update readme.md
1 parent 5a0dad8 commit dadda54

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

  • deploy/az/servicefabric/LinuxContainers

deploy/az/servicefabric/LinuxContainers/readme.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Execute the gen-keyvaultcert.ps1 script to generate and download a certificate f
8787
You should see a similar execution to the following:
8888
![image](https://user-images.githubusercontent.com/1712635/31640172-93efcca0-b291-11e7-970e-5b5e6bf07042.png)
8989

90-
IMPORTANT: At this point, copy/cut the .PFX certifiacte file saved in the downloads forlder and save it in a secure place.
90+
IMPORTANT: At this point, copy/cut the .PFX certificate file saved in the downloads forlder and save it in a secure place.
9191

9292
## Install the certificate
9393
Install the certificate (by double-clicking on the .PFX file) under 'Current User' store location (by default location) and check it as exportable.
@@ -96,23 +96,12 @@ Install the certificate (by double-clicking on the .PFX file) under 'Current Use
9696

9797
## Editing servicefabricdeploysecured.parameters.json file
9898

99-
Edit the following params in `servicefabricdeploysecured.parameters.json` file to set your values:
99+
Edit the parameters in `servicefabricdeploysecured.parameters.json` in a similar way you can do with tthe unsecured .json file shown above (clusterName, dnsName, etc.), plus edit the following values:
100100

101-
- clusterName: Name of your SF cluster
102-
- dnsName: Name assigned to your SF dns
103-
- adminUserName: user name for administration
104-
- adminPassword: user password for administration
105101
- sourceVaultValue: keyvault resource id (check azure keyvault properties)
106102
- certificateUrlValue: certificate url (check azure Keyvault certificate properties)
107103
- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate properties)
108104

109-
Optionally, you can modify which ports are opened in the LoadBalancer for accessing externally to the apps:
110-
111-
- webMvcHttpPort: port externally exposed for the WebMVC app
112-
- webSpaHttpPort: port externally exposed for the WebSPA app
113-
- webStatusHttpPort: port externally exposed for the WebStatus app
114-
- IdSrvHttpRule: port externally exposed for the Identity app
115-
116105
## Deploy the template
117106

118107
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).

0 commit comments

Comments
 (0)