All Projects → PaloAltoNetworks → azure

PaloAltoNetworks / azure

Licence: other
VM-Series ARM Templates for Microsoft Azure

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to azure

Azops
This container image can be used to deploy ARM templates at Tenant, Management Group, Subscription and Resource Group scope and export current Azure configuration hierarchy in Git repository.
Stars: ✭ 109 (+25.29%)
Mutual labels:  arm, azure
PSBicep
This is the repo for the Bicep PowerShell Module.
Stars: ✭ 67 (-22.99%)
Mutual labels:  arm, azure
devops-governance
Example end-to-end Governance Model from CI/CD to Azure Resource Manager. Use this project to deploy example AAD, ARM and Azure DevOps resources to learn about e2e RBAC.
Stars: ✭ 79 (-9.2%)
Mutual labels:  arm, azure
Azure Openshift
RedHat Openshift Origin cluster on Azure
Stars: ✭ 17 (-80.46%)
Mutual labels:  arm, azure
Iotz
compile things easy 🚀
Stars: ✭ 39 (-55.17%)
Mutual labels:  arm, azure
Cloudguardiaas
Check Point CloudGuard Network Security repository containing solution templates, Terraform templates, tools and scripts for deploying and configuring CloudGuard Network Security products.
Stars: ✭ 27 (-68.97%)
Mutual labels:  arm, azure
Enterprise Scale
The Enterprise-Scale architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
Stars: ✭ 511 (+487.36%)
Mutual labels:  arm, azure
Azure Quickstart Templates
Azure Quickstart Templates
Stars: ✭ 11,138 (+12702.3%)
Mutual labels:  arm, azure
Azure Powershell
Microsoft Azure PowerShell
Stars: ✭ 2,873 (+3202.3%)
Mutual labels:  arm, azure
cmake-arm-embedded
CMake development environment for ARM bare metal platforms based on GNU ARM Toolchain.
Stars: ✭ 58 (-33.33%)
Mutual labels:  arm
iotgateway
iot gateway (modbusTCP,RTU,DLT645...to MQTT)
Stars: ✭ 100 (+14.94%)
Mutual labels:  arm
nixos-on-arm
Cross Compiling NixOS to ARM as a replacement for Yocto
Stars: ✭ 129 (+48.28%)
Mutual labels:  arm
nordvpn
NordVpn Docker Client
Stars: ✭ 475 (+445.98%)
Mutual labels:  arm
Fukuro
Simple microkernel (early stage)
Stars: ✭ 18 (-79.31%)
Mutual labels:  arm
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (-62.07%)
Mutual labels:  arm
usbdm-firmware
Firmware for USBDM BDMs
Stars: ✭ 33 (-62.07%)
Mutual labels:  arm
AzUnzipEverything
A simple Azure Function to Unzip files from a blob storage to another one
Stars: ✭ 24 (-72.41%)
Mutual labels:  arm
kconfig
Kconfig for ARM based MCUs
Stars: ✭ 15 (-82.76%)
Mutual labels:  arm
cortex-uni-startup
Unified startup code and link scripts for Cortex-M microcontrollers
Stars: ✭ 33 (-62.07%)
Mutual labels:  arm
interp
Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining
Stars: ✭ 32 (-63.22%)
Mutual labels:  arm

VM-Series for Microsoft Azure

This is a repository for Azure Resoure Manager (ARM) templates to deploy VM-Series Next-Generation firewall from Palo Alto Networks in to the Azure public cloud.

VM-Series in Azure Marketplace:

Documentation

NOTE:

  • Deploying ARM templates requires some expertise and customization of the ARM JSON template. Please review the basic structure of ARM templates.
  • Most of the templates in this repository typically use the BYOL version of VM-Series. If you want to use a different SKU then you can edit the azureDeploy.json template to set the "imageSku" variable to use "byol", "bundle1" or "bundle2":
"imagePublisher": "paloaltonetworks",
"imageSku":       "byol",
"imageOffer" :    "vmseries1",
"imageVersion":   "latest"
  • By default, if "imageVersion" is not specified then the latest PAN-OS version available in Azure Marketplace is used (equivalent to writing "imageVersion": "latest"). To use a specific PAN-OS version available in the Azure Marketplace, set it as "imageVersion": "8.0.0" or "imageVersion": "7.1.1". For an example on setting the PAN-OS version see the following template: https://github.com/PaloAltoNetworks/azure/tree/master/vmseries-avset

  • Before you use the custom ARM templates here, you must first deploy the related VM from the Azure Marketplace into the intended/destination Azure location. This enables programmatic access (i.e. template-based deployment) to deploy the VM from Azure Marketplace. You can then delete the Marketplace-based deployment if you don't need it.

  • For example, if you plan to use a custom ARM template to deploy a BYOL VM of VM-Series into Australia-East, then first deploy the BYOL VM from Marketplace into Australia. This is needed only the first time. You can then delete this VM and its related resources. Now your ARM templates, from GitHub or via CLI, will work.

  • The older Marketplace listing VM-Series (BYOL) Solution Template is deprecated; please do not use this template. Use the above listings in the Marketplace.

Proceed with Caution:

These repositories contain default password information and should be used for Proof of Concept purposes only. If you wish to use this template in a production environment it is your responsibility to change the default passwords.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].