You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/az/servicefabric/WindowsContainers/readme.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ However, when creating a cluster, there are quite a few configurations to take i
9
9
10
10
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:
11
11
12
-
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.
12
+
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 (NOT SECURED CLUSTER).
13
13
14
14
## Edit the servicefabricdeploy.parameters.json file
You should see a similar execution to the following:
47
+
++++++++++++ IMAGE TBD ++++++++++++++
48
+
49
+
Now, if you go to your subscription in Azure, you should be able to see the SF cluster already created and available, like in the following image:
50
+
51
+
++++++++++++ IMAGE TBD ++++++++++++++
52
+
53
+
In this case, this is an unsecured SF cluster with a single Windows node, good for initial tests and getting started with SF.
47
54
48
55
49
56
## B. Secured cluster (SF Windows cluster)
50
57
51
-
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.
58
+
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 `servicefabricdeploysecured.json` and its parameter file (`servicefabricdeploysecured.parameters.json`) to create a secured Service Fabric cluster environment for Windows Containers (IN THIS CASE, IT IS A SECURED CLUSTER USING A CERTIFICATE).
52
59
53
60
## Create Azure Keyvault service
54
61
Go to PortalAzure and create a Keyvault service. Make sure Enable access for deployment checkboxes are selected.
0 commit comments