Skip to content

Commit 6db288d

Browse files
Update readme.md
1 parent 4e7bb7a commit 6db288d

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

  • deploy/az/servicefabric/WindowsContainers

deploy/az/servicefabric/WindowsContainers/readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# Deploying Azure Service Fabric (No Secured)
1+
# Deploying a Service Fabric cluster based on Windows nodes (No Secured)
2+
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
23

3-
The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabricdeploy.parameters.json`) are used to create a service fabric cluster environment for windows containers.
4+
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.
45

5-
## Editing servicefabricdeploy.parameters.json file
6+
Because of those reasons, we have created a set of ARM templates and scripts so you can create, re-create and configure the SF clusters much faster, as explained below:
7+
8+
Within eShopOnContainers root folder, at the folder [..\deploy\az\servicefabric\WindowsContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/WindowsContainers), you can find the ARM template `servicefabricdeploy.json` and its parameters file (`servicefabricdeploy.parameters.json`) to create a Service Fabric cluster environment for Windows Containers.
9+
10+
## Edit the servicefabricdeploy.parameters.json file
611

712
Edit the following params in `servicefabricdeploy.parameters.json` file to set your values:
813

0 commit comments

Comments
 (0)