Skip to content

Commit dabc374

Browse files
committed
Moved SF ARM templates to WindowsContainers directory
1 parent 40ae2ef commit dabc374

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/az/servicefabric/readme.md renamed to deploy/az/servicefabric/WindowsContainers/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Deploying Azure Service Fabric
22

3-
The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabricdeploy.parameters.json`) are used to create a service fabric cluster environment.
3+
The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabricdeploy.parameters.json`) are used to create a service fabric cluster environment for windows containers.
44

55
## Editing servicefabricdeploy.parameters.json file
66

7-
You can edit the `servicefabricdeploy.parameters.parameters.json` file to set your values, but is not needed.
7+
You can edit the `servicefabricdeploy.parameters.json` file to set your values, but is not needed.
88

99
## Deploy the template
1010

@@ -13,7 +13,7 @@ Once parameter file is edited you can deploy it using [create-resources script](
1313
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:
1414

1515
```
16-
create-resources.cmd servicefabric\servicefabricdeploy newResourceGroup -c westus
16+
create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploy newResourceGroup -c westus
1717
```
1818
## Deploy eShopOnServiceFabric with Visual Studio.
1919

deploy/az/servicefabric/servicefabricdeploy.json renamed to deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.json

File renamed without changes.

deploy/az/servicefabric/servicefabricdeploy.parameters.json renamed to deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json

File renamed without changes.

0 commit comments

Comments
 (0)