diff --git a/FortiGate/Active-Active-ELB-ILB/azuredeploy.json b/FortiGate/Active-Active-ELB-ILB/azuredeploy.json index 89da87a9..7e7e6363 100644 --- a/FortiGate/Active-Active-ELB-ILB/azuredeploy.json +++ b/FortiGate/Active-Active-ELB-ILB/azuredeploy.json @@ -1056,6 +1056,18 @@ "fortiGateFQDN": { "type": "string", "value": "[if(and(equals(parameters('publicIP1NewOrExisting'), 'new'),parameters('externalLoadBalancer')), reference(variables('publicIP1Id')).dnsSettings.fqdn, '' )]" + }, + "customDataFGTa": { + "type": "string", + "value": "[variables('fgaCustomData')]" + }, + "customDataFGTb": { + "type": "string", + "value": "[variables('fgbCustomData')]" + }, + "customDataFGTc": { + "type": "string", + "value": "[variables('fgcCustomData')]" } } }