Overview
|
|
| Name |
waf |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/cdn/profiles/waf:2026.9.9.2 |
| Last updated |
2026-09-09 12:45:01:+00:00 |
| Created |
2026-09-09 12:45:01:+00:00 |
| Digest |
sha256:81c543a03d05d183d46a143b816cc800904e08aa963f308811b9f537b24a478d |
Parameters
| Name |
Type |
Required |
Description |
wafCustomRules |
array |
Yes |
|
tags |
object |
Yes |
|
wafName |
string |
Yes |
|
sku |
string
'Classic_AzureFrontDoor', 'Premium_AzureFrontDoor', 'Standard_AzureFrontDoor' |
No
'Standard_AzureFrontDoor' |
|
mode |
string
'Detection', 'Prevention' |
No
'Prevention' |
|
Outputs
| Name |
Type |
Description |
resourceId |
string |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param wafCustomRules array
param tags object
param wafName string
module waf 'br:bicepacrdevwcom.azurecr.io/bicep/modules/cdn/profiles/waf:2026.9.9.2' = {
name: 'waf${env}${version}'
params: {
wafCustomRules: wafCustomRules
tags: tags
wafName: wafName
}
}