Overview
|
|
| Name |
wafpolicymerge |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/cdn/profiles/origin/wafpolicymerge:2026.8.31.6 |
| Last updated |
2026-08-31 10:47:47:+00:00 |
| Created |
2026-08-31 10:47:47:+00:00 |
| Digest |
sha256:fc48a5a4c752cae7f8b55ae6021b8a1fc8137240d5469bd0c4d0573953f9daf4 |
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.8.31.6' = {
name: 'wafpolicymerge${env}${version}'
params: {
wafPolicies: wafPolicies
frontDoorName: frontDoorName
endpointName: endpointName
endpointResourceId: endpointResourceId
defaultWafPolicyLinkId: defaultWafPolicyLinkId
}
}