Create Azure service fabric cluster with ARM template and powershell

How To ARM Automation Azure

Create Azure service fabric cluster with ARM template and powershell

This step-by-step guide walks you through setting up a secure Azure Service Fabric cluster with scale set, storage accounts, load balancer in Azure by using Azure Resource Manager.

note – Key vault , Reverse proxy and vm scale set auto scaling is not included in this ARM and we will be uploading another ARM for the same.

Below are simple steps to do so..

Step 1 -> Log in to azure subscription  from powershell console / ise and select context

[gistpen id=”996″]

Step 2 -> download ARM template and parameter file from ->  https://gallery.technet.microsoft.com/Create-Azure-service-5bcb59c2

OR

Template  download  -> template.json

Parameter download -> parameters.json

Step 3 -> change template path in below command and execute the commands

[gistpen id=”998″]

 


(Visited 6 times, 1 visits today)

Comments are closed.