Use the Azure load balancer to deploy VM-Series in different
availability zones in Azure.
| Where Can I Use This? | What Do I Need? |
- Microsoft Azure
- Microsoft Azure Stack
- Azure® Marketplace
|
- VM-Series License (PAYG or BYOL)
- VM-Series plugin
- Panorama
- Panorama plugin for Azure
|
This page helps you to deploy the VM-Series firewall in
different availability zones in Azure. This VM-Series setup protects your virtual
network from availability zone outages.
Deploy the VM-Series firewall in different availability zones using the
azureDeploy.json ARM template. You
can edit this template as per your network architecture.
Deploy VM-Series in Different Availability Zones
Architecture
This template deploys the following into a new or existing VNET with 4
subnets:
2 x VM-Series firewalls- 3 x Interfaces
- management: <fw_name>-nic0
- dataplane1: <fw_name>-nic1
- dataplane2: <fw_name>-nic2
- Managed Disks
- BYOL/Bundle1/Bundle2 License
- (Optional) Accelerated Networking
- (Optional) Bootstrap Capable
- (Optional) Public IPs for interfaces:
- management: <fw_name>-nic0-pip
- dataplane1: <fw_name>-nic1-pip
2 x Networking Security Groups- management: <nsg_name>-mgmt
- dataplane: <nsg_name>-data
1 x Standard SKU Public Load Balancer- Backend Pool: <fw1_name>-nic1 & <fw2_name>-nic1
1 x Standard SKU Internal Load Balancer with HA ports- Backend Pool: <fw1_name>-nic2 & <fw2_name>-nic2
By default, the template uses the deployment resource group as the location of
the VNET. If the VNET is in a different resource group, the resource group must
be specified at deployment time. When deploying a new VNET into a different
resource group, the resource group must exist before deployment.