Deploy an Azure Application Gateway with Azure Web Application Firewall

The aim of this blog is to breakdown the deployment of your Application Gateway with a WAF policy, into 9 easily repeatable steps using powershell. Step 1 – Set the focus of your subscription Step 2 – Create a Resource Group Create your resource group container for your Application Gateway resources with tags Step 3… Continue reading Deploy an Azure Application Gateway with Azure Web Application Firewall

Deploy an Azure Application Gateway

The aim of this blog is to easily deploy an Azure Application Gateway Standard_v2 tier via Powershell. Identify a dedicated application gateway subnet which will host only application gateways. No other resources will be allowed in this subnet. Deployment Plan: Deployment Steps: Step 1 – Create a resource group container for the application gateway resources.… Continue reading Deploy an Azure Application Gateway