paullizer / azure-firewall-rules-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some tools to work with Azure Firewall Rules

The purpose of this repo is providing some examples that illustrate different techniques to work with Azure Firewall Rules. At this time two use cases are included:

  • Processing a text file with rules with a different syntax and output Azure Firewall syntax (ARM JSON or CLI)
  • Analyzing an existing Azure Policy and look for potential optimization through the usage of IP Groups to reduce the consumption of IP objects

Disclaimer

These scripts are shared as they are, and they are not supported by Microsoft in any way, shape or form. Be sure to test and validate the output of these scripts. If you find any issue with them, I would be thankful if you opened an issue in this repo.

Scripts in this repo

You can find the following contents in this repo:

About


Languages

Language:Python 100.0%