Skip to content

Commit 5efdc73

Browse files
Update readme.md
1 parent 9f1316d commit 5efdc73

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

  • deploy/az/servicefabric/WindowsContainers

deploy/az/servicefabric/WindowsContainers/readme.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,13 @@ 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
105-
- sourceVaultValue: keyvault resource id (check azure keyvault properties)
106-
- certificateUrlValue: certificate url (check azure Keyvault certificate properties)
107-
- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate properties)
108-
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
101+
- sourceVaultValue: Your Azure Keyvault's RESOURCE ID (check Azure keyvault properties, similar to: /subscriptions/e1234ac1-c09c-3jaf-6767-98b3c5f1f246/resourceGroups/eshop-global-resgrp/providers/Microsoft.KeyVault/vaults/eshopkeyvault")
102+
103+
- certificateUrlValue: Your certificate Secret Identifier (check Azure Keyvault secret certificate properties, should be in the format of https://<name of the vault>.vault.azure.net:443/secrets/<exact location>, similar to: https://eshopkeyvault.vault.azure.net/secrets/pro-eshop-sfwin-cluster-cert/4d087088df974e869f1c0978cb100e47)
104+
105+
- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate thumbprint, something like 69JK453486D55A6818577Z0699100365HDK70FCE)
115106

116107
## Deploy the template
117108

0 commit comments

Comments
 (0)