2023. 9. 14. 16:25

waf 지우기

WAF policies can be deleted from an application gateway by using the Azure CLI.

Stop the application gateway.

 

 az network application-gateway stop -g MyResourceGroup -n MyAppGateway

 

Remove the policy

 

 az network application-gateway waf-policy delete --name MyApplicationGatewayWAFPolicy --resource-group MyResourceGroup

 

 

Remove WAF policy on Azure Gateway - Server Fault