Ramón Tomás d00777008c | 7 years ago | |
---|---|---|
.. | ||
readme.md | 7 years ago | |
servicefabricdeploy.json | 7 years ago | |
servicefabricdeploy.parameters.json | 7 years ago |
The ARM template servicefabricdeploy.json
and its parameter file (servicefabricdeploy.parameters.json
) are used to create a service fabric cluster environment for windows containers.
You can edit the servicefabricdeploy.parameters.json
file to set your values, but is not needed.
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\WindowsContainers\servicefabricdeploy newResourceGroup -c westus
Alternatively, instead of using ARM templates, you can deploy eShop on service fabric directly by publishing the project eShopOnServiceFabric in eShopOnContainers-ServicesAndWebApps.sln with Visual Studio publish tool.