- vnet.sh - Hub and Spoke VNet deployment with spoke VMs. Single region
- vwan.sh - Virtual WAN deployment with spoke VMs. Multi region
- Terminal or CLI program
- Azure CLI palo-alto-networks extension for the Azure CLI (version 2.51.0 or higher).
Install by running any palo-alto commands:
azureuser@test-cli-vm:~$ az palo-alto cloudngfw list
'palo-alto' is misspelled or not recognized by the system.
Examples from AI knowledge base:
https://aka.ms/cli_ref
Read more about the command in reference docs
azureuser@test-cli-vm:~$ az palo-alto cloudngfw firewall list
The command requires the extension palo-alto-networks. Do you want to install it now? The command will continue to run after the extension is installed. (Y/n):
or install explicitly:
az extension add --name palo-alto-networks
#./vnet.sh <Resource Group> <Region>
#./vwan.sh <Resource Group> <Region 1> <Region 2>Use Azure Portal to access VM's Serial Console.
User credentials:
- azureuser/< password entered during the script run >


