I want to create exclusion list in Azure for waf using Terraform is there a document or sample script for it
I want to create exclusion list in Azure for waf using Terraform is there a document or sample script for it
Hi Sandeep,
have you seen this?
exclusions: [
{
matchVariable: 'string'
selector: 'string'
selectorMatchOperator: 'string'
}
]
fileUploadLimitInMb: int
firewallMode: 'string'
maxRequestBodySize: int
maxRequestBodySizeInKb: int
requestBodyCheck: bool
ruleSetType: 'string'
ruleSetVersion: 'string'
}
}
zones: [ 'string' ]
}
I am just not sure how to proceed, would it look like this maybe in the JSON code, see example here below. I am going to try it out now.
exclusions: [
{
matchVariable: 'Exclusion1'
selector: 'string'
selectorMatchOperator: 'string'
}
{
matchVariable: 'Exclusion2'
selector: 'string'
selectorMatchOperator: 'string'
}
{
matchVariable: 'Exclusion3'
selector: 'string'
selectorMatchOperator: 'string'
}
]
3 people are following this question.
Application Gateway is sending calls to server with high CPU
Web App only accepting Host Header that matches custom domain of Web App
Gateway-required VNet Integration - Regional Vnet Integration
Is it possible to split load using App Gateway?
Azure Application Gateway -- Manage Access to Virtual Directory based on IP address