Browse Source

Update readme.md

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

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

@ -30,14 +30,14 @@ By default, they are setup as:
- MarketingApiHttpRule: 5110
- LocationsApiHttpRule: 5109
## Deploy the template
## Deploy the Service Fabric cluster using the script and ARM templates
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
For example, to deploy the cluster to a new resourcegroup located in westus, go to `deploy\az` folder and type:
```
create-resources.cmd servicefabric\LinuxContainers\servicefabricdeploy newResourceGroup -c westus
create-resources.cmd servicefabric\LinuxContainers\servicefabricdeploy qa-eshop-sflinux-resgrp -c westus
```
## Deploy eShopOnServiceFabric with Visual Studio.


Loading…
Cancel
Save