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