We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4fee2 commit 75599dcCopy full SHA for 75599dc
1 file changed
deploy/az/servicefabric/LinuxContainers/readme.md
@@ -30,14 +30,14 @@ By default, they are setup as:
30
- MarketingApiHttpRule: 5110
31
- LocationsApiHttpRule: 5109
32
33
-## Deploy the template
+## Deploy the Service Fabric cluster using the script and ARM templates
34
35
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
36
37
For example, to deploy the cluster to a new resourcegroup located in westus, go to `deploy\az` folder and type:
38
39
```
40
-create-resources.cmd servicefabric\LinuxContainers\servicefabricdeploy newResourceGroup -c westus
+create-resources.cmd servicefabric\LinuxContainers\servicefabricdeploy qa-eshop-sflinux-resgrp -c westus
41
42
43
## Deploy eShopOnServiceFabric with Visual Studio.
0 commit comments