Skip to content

Instantly share code, notes, and snippets.

View mkosieradzki's full-sized avatar

Marcin Kosieradzki mkosieradzki

  • Google
View GitHub Profile
@mkosieradzki
mkosieradzki / azuredeploy.json
Last active January 20, 2018 03:42
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"
}
},