Overview
|
|
| Name |
wafpolicymerge |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/cdn/profiles/origin/wafpolicymerge:2026.9.9.2 |
| Last updated |
2026-09-09 12:44:57:+00:00 |
| Created |
2026-09-09 12:44:57:+00:00 |
| Digest |
sha256:7622cc6dbe77a5f468997ed87ec871c66d0b64f8b3937d8b8ed9dc865c93b502 |
Parameters
| Name |
Type |
Required |
Description |
wafPolicies |
array |
Yes |
|
frontDoorName |
string |
Yes |
|
endpointName |
string |
Yes |
|
endpointResourceId |
string |
Yes |
|
defaultWafPolicyLinkId |
string |
Yes |
|
Outputs
| Name |
Type |
Description |
result |
array |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param wafPolicies array
param frontDoorName string
param endpointName string
param endpointResourceId string
param defaultWafPolicyLinkId string
module wafpolicymerge 'br:bicepacrdevwcom.azurecr.io/bicep/modules/cdn/profiles/origin/wafpolicymerge:2026.9.9.2' = {
name: 'wafpolicymerge${env}${version}'
params: {
wafPolicies: wafPolicies
frontDoorName: frontDoorName
endpointName: endpointName
endpointResourceId: endpointResourceId
defaultWafPolicyLinkId: defaultWafPolicyLinkId
}
}