Deploy cluster on Azure with GWLB using an Azure resource manager template
This task creates a clustered deployment of Firewall Threat Defense Virtual instances on Azure using Gateway Load Balancer (GWLB) through Azure Resource Manager templates.
Deploy the Virtual Machine Scale Set for Azure GWLB using the customized Azure Resource Manager (ARM) template. The templates mentioned in the steps below are available on GitHub.
Procedure
Step 1 | Prepare the template.
| ||
Step 2 | Log in to the Azure Portal: https://portal.azure.com. | ||
Step 3 | Create a Resource Group.
| ||
Step 4 | Create a virtual network with three subnets: Management, Data, and Cluster Control Link (CCL). | ||
Step 5 | Deploy the custom template.
| ||
Step 6 | Configure the Instance details. | ||
Step 7 | In the Azure Portal, click the Function app to register the cluster with the Cloud-Delivered Firewall Management Center.
| ||
Step 8 | Create FTPS Credentials by clicking , and then click Save. | ||
Step 9 | Upload the Cluster_Function.zip file to the Function app by executing the following curl command in the local terminal. curl -X POST -u username --data-binary @"Cluster_Function.zip" https:// Function_App_Name.scm.azurewebsites.net/api/zipdeploy
The function will be uploaded to the Function app. The function will start, and you can see the logs in the storage account's outqueue. The device registration with the Management Center will be initiated.
|