You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
980 B

  1. # Deploying Azure Service Fabric
  2. The ARM template `servicefabricdeploy.json` and its parameter file (`servicefabricdeploy.parameters.json`) are used to create a service fabric cluster environment.
  3. ## Editing servicefabricdeploy.parameters.json file
  4. You can edit the `servicefabricdeploy.parameters.parameters.json` file to set your values, but is not needed.
  5. ## Deploy the template
  6. Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
  7. 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:
  8. ```
  9. create-resources.cmd servicefabric\servicefabricdeploy newResourceGroup -c westus
  10. ```
  11. ## Deploy eShopOnServiceFabric with Visual Studio.
  12. 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.