Skip to content

Commit 51a101c

Browse files
Update readme.md
1 parent dadda54 commit 51a101c

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

  • deploy/az/servicefabric/WindowsContainers

deploy/az/servicefabric/WindowsContainers/readme.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,26 +96,33 @@ Install the certificate (by double-clicking on the .PFX file) under 'Current Use
9696

9797
## Editing servicefabricdeploysecured.parameters.json file
9898

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:
99+
Edit the parameters in `servicefabricdeploysecured.parameters.json` in a similar way you can do with the unsecured .json file shown above (clusterName, dnsName, etc.), plus edit the following values:
100100

101101
- 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")
102102

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)
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:
104+
https://eshopkeyvault.vault.azure.net/secrets/pro-eshop-sfwin-cluster-cert/w647684642cGE2sj83b3hfe4h8e08963)
104105

105-
- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate thumbprint, something like 69JK453486D55A6818577Z0699100365HDK70FCE)
106+
- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate thumbprint, something like 88JK453486D55A6818573G0DW9100365HDK70HDK)
106107

107108
## Deploy the secured SF cluster (Windows nodes)
108109

109-
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
110+
Once parameters file is edited you can deploy it using [create-resources script](../readme.md).
110111

111112
Use a command prompt window positioned into the deploy\az folder.
113+
112114
```
113115
create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploysecured pro-eshop-sfwin-resgrp -c westus
114116
```
115117
The execution should be something like the following:
116118

117119
![image](https://user-images.githubusercontent.com/1712635/31641955-0bc9d59e-b29d-11e7-9230-5ba02843d98a.png)
118120

121+
Once the cluster is created you can explore it with Azure's portal, like in the following image:
122+
![image](https://user-images.githubusercontent.com/1712635/31642431-bf1c409e-b29f-11e7-980f-a7685a45108c.png)
123+
124+
In this case, the ARM template is creating a 5 node cluster when creating a SECURE cluster for "production".
125+
119126

120127
# Deploy eShopOnServiceFabric with Visual Studio.
121128

0 commit comments

Comments
 (0)