From 6ab5bf46398025af0982f3c74aa883aef7ecb0c3 Mon Sep 17 00:00:00 2001 From: Joeri Van Hoof Date: Sun, 5 May 2024 00:49:22 +0200 Subject: [PATCH] FGT A/A: Debug lic upload --- FortiGate/Active-Active-ELB-ILB/azuredeploy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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')]" } } }