Overview
|
|
| Name |
afdendpoints |
| Tag |
2026.8.25.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/configbuilder/cdn/profiles/afdendpoints:2026.8.25.2 |
| Last updated |
2026-08-25 09:43:13:+00:00 |
| Created |
2026-08-25 09:43:13:+00:00 |
| Digest |
sha256:94ad05e79a1adbc94bafd6db357a23a84e68d873905e588e72a91e42958486b4 |
Parameters
| Name |
Type |
Required |
Description |
name |
string |
Yes |
|
originGroups |
array |
Yes |
|
defaultWafResourceId |
string |
No
'' |
|
Outputs
| Name |
Type |
Description |
endpointConfig |
array |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param name string
param originGroups array
module afdendpoints 'br:bicepacrdevwcom.azurecr.io/bicep/modules/configbuilder/cdn/profiles/afdendpoints:2026.8.25.2' = {
name: 'afdendpoints${env}${version}'
params: {
name: name
originGroups: originGroups
}
}