Browse Source

Update readme.md

pull/381/head
Cesar De la Torre 7 years ago
committed by GitHub
parent
commit
59e9d9f276
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      deploy/az/servicefabric/WindowsContainers/readme.md

+ 5
- 2
deploy/az/servicefabric/WindowsContainers/readme.md View File

@ -1,4 +1,7 @@
# Deploying a Service Fabric cluster based on Windows nodes (No Secured)
# Deploying a Service Fabric cluster based on Windows nodes
## A. Not secured cluster (SF Windows cluster)
For a secured cluster, see option B. below.
You can always deploy a SF cluster through the Azure portal, as explained in this article: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-azure-cluster
However, when creating a cluster, there are quite a few configurations to take into account, like enabling the internal DNS service or Reverse Proxy service, choosing between Linux/Windows, open/publish your application ports in the load-balancer and most of all (the most complex setup) how to create a secure cluster.
@ -43,7 +46,7 @@ create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploy qa-esho
Alternatively, instead of using ARM templates, you can deploy eShop on service fabric directly by publishing the project eShopOnServiceFabric in eShopOnContainers-ServicesAndWebApps.sln with Visual Studio publish tool.
# Deploying Azure Service Fabric (Secured)
## B. Secured cluster (SF Windows cluster)
The ARM template `servicefabricdeploysecured.json` and its parameter file (`servicefabricdeploysecured.parameters.json`) are used to create a service fabric cluster environment for windows containers secured with a certificate.


Loading…
Cancel
Save