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.
 
 
 
 
 
 
Ramón Tomás 8f581d3f17 Added Service Fabric deployment scripts & docu 7 years ago
..
readme.md Added Service Fabric deployment scripts & docu 7 years ago
servicefabricdeploy.json Added Service Fabric deployment scripts & docu 7 years ago
servicefabricdeploy.parameters.json Added Service Fabric deployment scripts & docu 7 years ago

readme.md

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.

Editing servicefabricdeploy.parameters.json file

You can edit the servicefabricdeploy.parameters.parameters.json file to set your values, but is not needed.

Deploy the template

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

Deploy eShopOnServiceFabric with Visual Studio.

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.