Skip to content

Instantly share code, notes, and snippets.

@jofultz
jofultz / azuredeploy.json
Last active January 20, 2018 03:33 — forked from mkosieradzki/azuredeploy.json
ARM for Security hardened Service Fabric cluster (ALB + ILB)
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"clusterLocation": {
"type": "string",
"metadata": {
"description": "Location of the Cluster"
}
},