This repository deploys all the components of a Transit-VNET topoloy using Palo Alto VM-Series Next Generation Firewalls and Panorama.
- Install Terraform 0.13
- Install the Azure CLI
- Download and extract the latest bundle for your OS
- From the command line (or powershell, or Bash or whatever...) change directory to the newly extracted one
- Login to Azure
az login
- Populate the variables in file
example.tfvars
- Initialize and apply!
terraform init
terraform apply --var-file=example.tfvars
For post-provisioning steps and for setting up the Panorama, click here.
For the network topology and more, proceed to the Detailed Documentation.
Open an issue on Github.