Azure/Azure-Network-Security

Question: automate Azure Firewall rules configuration

tommysvensson0 opened this issue · 1 comments

Is there a way to handle firewall rules as a parameter from a parameter file? My scenario is that I would like users to request firewall openings and upon approval have a script modify a parameter file where it can either add or delete rules. I figured this would be an easier task then to have a script modify the whole firewall resource template. Thoughts?

Kind regards

@tommysvensson0 Hi, Please see this page from Azure docs on how to pass parameters of a rule into a variable in Azure Firewall. I hope this helps with your question