From 75599dc88593bacd772f91908f788d64926b1b1b Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 16 Oct 2017 15:17:49 -0700 Subject: [PATCH] Update readme.md --- deploy/az/servicefabric/LinuxContainers/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/az/servicefabric/LinuxContainers/readme.md b/deploy/az/servicefabric/LinuxContainers/readme.md index 0c29b50cc..1e683f96c 100644 --- a/deploy/az/servicefabric/LinuxContainers/readme.md +++ b/deploy/az/servicefabric/LinuxContainers/readme.md @@ -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.