Overview
|
|
| Name |
origingroups |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/configbuilder/cdn/profiles/origingroups:2026.8.31.6 |
| Last updated |
2026-08-31 10:48:11:+00:00 |
| Created |
2026-08-31 10:48:11:+00:00 |
| Digest |
sha256:53300a00617b2c35c14e47edd7a02b7befd7b00431f30398557b23895ae8f1e1 |
Parameters
| Name |
Type |
Required |
Description |
originGroups |
array |
Yes |
|
Outputs
| Name |
Type |
Description |
originGroupConfig |
array |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param originGroups array
module origingroups 'br:bicepacrdevwcom.azurecr.io/bicep/modules/configbuilder/cdn/profiles/origingroups:2026.8.31.6' = {
name: 'origingroups${env}${version}'
params: {
originGroups: originGroups
}
}