Skip to content

Commit

Permalink
FGT A/A: Debug lic upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed May 4, 2024
1 parent ef8fc2f commit 6ab5bf4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FortiGate/Active-Active-ELB-ILB/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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')]"
}
}
}

0 comments on commit 6ab5bf4

Please sign in to comment.