Overview
|
|
| Name |
afdendpoints |
| Tag |
2026.8.25.4 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/configbuilder/cdn/profiles/afdendpoints:2026.8.25.4 |
| Last updated |
2026-08-25 10:37:22:+00:00 |
| Created |
2026-08-25 10:37:22:+00:00 |
| Digest |
sha256:9c0be94e2a997c876ccd6fc3b5ec9823d6892309663b87077455741d57dd6333 |
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.4' = {
name: 'afdendpoints${env}${version}'
params: {
name: name
originGroups: originGroups
}
}