Update readme.md
This commit is contained in:
parent
5efdc73695
commit
d114e1448a
@ -104,14 +104,20 @@ Edit the parameters in `servicefabricdeploysecured.parameters.json` in a similar
|
|||||||
|
|
||||||
- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate thumbprint, something like 69JK453486D55A6818577Z0699100365HDK70FCE)
|
- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate thumbprint, something like 69JK453486D55A6818577Z0699100365HDK70FCE)
|
||||||
|
|
||||||
## Deploy the template
|
## Deploy the secured SF cluster (Windows nodes)
|
||||||
|
|
||||||
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
|
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
|
||||||
|
|
||||||
|
Use a command prompt window positioned into the deploy\az folder.
|
||||||
```
|
```
|
||||||
create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploysecured newResourceGroup -c westus
|
create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploysecured pro-eshop-sfwin-resgrp -c westus
|
||||||
```
|
```
|
||||||
## Deploy eShopOnServiceFabric with Visual Studio.
|
The execution should be something like the following:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
# Deploy eShopOnServiceFabric with Visual Studio.
|
||||||
|
|
||||||
Modify the cloud.xml file of each Service Fabric application in PublishProfile directory and set your certificate settings to be able to deploy eshopOnContainers in the secured cluster:
|
Modify the cloud.xml file of each Service Fabric application in PublishProfile directory and set your certificate settings to be able to deploy eshopOnContainers in the secured cluster:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user