Overview
|
|
| Name |
endpoint |
| Tag |
2026.8.25.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/cdn/profiles/origin/endpoint:2026.8.25.2 |
| Last updated |
2026-08-25 09:42:44:+00:00 |
| Created |
2026-08-25 09:42:44:+00:00 |
| Digest |
sha256:2af49221fdd8a4782a3b3ef3ccc01c745eac2326900f37db1d4e6323018e966f |
Parameters
| Name |
Type |
Required |
Description |
env |
string |
Yes |
|
tags |
object |
Yes |
|
name |
string |
Yes |
|
originGroups |
array |
Yes |
|
frontDoorName |
string |
Yes |
|
defaultWafPolicyLinkId |
string |
Yes |
|
Outputs
| Name |
Type |
Description |
endpointResourceId |
string |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param tags object
param name string
param originGroups array
param frontDoorName string
param defaultWafPolicyLinkId string
module endpoint 'br:bicepacrdevwcom.azurecr.io/bicep/modules/cdn/profiles/origin/endpoint:2026.8.25.2' = {
name: 'endpoint${env}${version}'
params: {
env: env
tags: tags
name: name
originGroups: originGroups
frontDoorName: frontDoorName
defaultWafPolicyLinkId: defaultWafPolicyLinkId
}
}