Deploy Cluster Nodes Manually - GWLB-based Deployment
Deploy the cluster nodes so they form a cluster.
Procedure
Step 1 | Create a Virtual Machine Scale Set from the Marketplace image with 0 instance count using the az vmss create CLI. az vmss create --resource-group <ResourceGroupName> --name <VMSSName> --vm-sku <InstanceSize> --image <FTDvImage> --instance-count 0 --admin-username <AdminUserName> --admin-password <AdminPassword> --plan-name <ftdv-azure-byol/ftdv-azure-payg> --plan-publisher cisco --plan-product cisco-ftdv --plan-promotion-code <ftdv-azure-byol/ftdv-azure-payg> --vnet-name <VirtualNetworkName> --subnet <MgmtSubnetName> |
Step 2 | Attach three interfaces—Diagnostic, Data, and Cluster Control Link. |
Step 3 | Go to the virtual machine scale set you have created and perform the following steps:
|
Step 4 | Configure the Azure Gateway Load Balancer. See Auto Scale with Azure Gateway Load Balancer Use Case for more information. |
Step 5 | Add the control node to the management center. See Add the Cluster to the Management Center (Manual Deployment). |