Deploy cluster on Azure with NLB using an Azure resource manager template
This task enables you to deploy a cluster for Azure NLB using the customized Azure Resource Manager (ARM) template for scalable network security.
Deploy the cluster for Azure NLB using the customized Azure Resource Manager (ARM) template. Note that 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 5 subnets: Management, Diagnostic, Inside, Outside, and Cluster Control Link. | ||
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 to 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 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. |