From 0c4fee24a6642e51156be8b8313121ca1d7d9032 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 16 Oct 2017 15:17:45 -0700 Subject: [PATCH] Update readme.md --- deploy/az/servicefabric/WindowsContainers/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/az/servicefabric/WindowsContainers/readme.md b/deploy/az/servicefabric/WindowsContainers/readme.md index c995883dc..2cc4d9334 100644 --- a/deploy/az/servicefabric/WindowsContainers/readme.md +++ b/deploy/az/servicefabric/WindowsContainers/readme.md @@ -30,13 +30,13 @@ 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: +For example, to deploy the cluster to a new resourcegroup located in westus, using the Command Prompt, go to `deploy\az` folder and type: ``` -create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploy newResourceGroup -c westus +create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploy qa-eshop-sfwin-resgrp -c westus ``` ## Deploy eShopOnServiceFabric with Visual Studio.