From dabc374ff3639f861edc119adecce62773d5e688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Tom=C3=A1s?= Date: Wed, 2 Aug 2017 15:16:28 +0200 Subject: [PATCH] Moved SF ARM templates to WindowsContainers directory --- deploy/az/servicefabric/{ => WindowsContainers}/readme.md | 6 +++--- .../{ => WindowsContainers}/servicefabricdeploy.json | 0 .../servicefabricdeploy.parameters.json | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename deploy/az/servicefabric/{ => WindowsContainers}/readme.md (74%) rename deploy/az/servicefabric/{ => WindowsContainers}/servicefabricdeploy.json (100%) rename deploy/az/servicefabric/{ => WindowsContainers}/servicefabricdeploy.parameters.json (100%) diff --git a/deploy/az/servicefabric/readme.md b/deploy/az/servicefabric/WindowsContainers/readme.md similarity index 74% rename from deploy/az/servicefabric/readme.md rename to deploy/az/servicefabric/WindowsContainers/readme.md index 8779931e2..2e7f09c4c 100644 --- a/deploy/az/servicefabric/readme.md +++ b/deploy/az/servicefabric/WindowsContainers/readme.md @@ -1,10 +1,10 @@ # Deploying Azure Service Fabric -The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabricdeploy.parameters.json`) are used to create a service fabric cluster environment. +The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabricdeploy.parameters.json`) are used to create a service fabric cluster environment for windows containers. ## Editing servicefabricdeploy.parameters.json file -You can edit the `servicefabricdeploy.parameters.parameters.json` file to set your values, but is not needed. +You can edit the `servicefabricdeploy.parameters.json` file to set your values, but is not needed. ## Deploy the template @@ -13,7 +13,7 @@ Once parameter file is edited you can deploy it using [create-resources script]( i. e. if you are in windows, to deploy sql databases in a new resourcegroup located in westus, go to `deploy\az` folder and type: ``` -create-resources.cmd servicefabric\servicefabricdeploy newResourceGroup -c westus +create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploy newResourceGroup -c westus ``` ## Deploy eShopOnServiceFabric with Visual Studio. diff --git a/deploy/az/servicefabric/servicefabricdeploy.json b/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.json similarity index 100% rename from deploy/az/servicefabric/servicefabricdeploy.json rename to deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.json diff --git a/deploy/az/servicefabric/servicefabricdeploy.parameters.json b/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json similarity index 100% rename from deploy/az/servicefabric/servicefabricdeploy.parameters.json rename to deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json