Azure: Barracuda NG template ARM
This template will create two or more loadbalanced barracuda NG's in a specified subnet. { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "adminUsername": { "type": "string", "minLength": 1, "metadata": { "description": "Admin username" } }, "adminPassword": { "type": "securestring", "metadata": { "description": "Admin password" } }, "storageAccountName": { "type": "string", "metadata": { "description": "Please type the name of the existing Storage Account!" } }, "vNetResourceGroupNameStorage": { "type": "