Overview
|
|
| Name |
azresource |
| Tag |
2026.8.25.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/dns/zones/azresource:2026.8.25.2 |
| Last updated |
2026-08-25 09:43:55:+00:00 |
| Created |
2026-08-25 09:43:55:+00:00 |
| Digest |
sha256:e6483f0d53e9716bdc2a9c31f00df14154db7c7b9df11bc0be8c8a21ba6fbd91 |
Parameters
| Name |
Type |
Required |
Description |
targetResource |
string |
Yes |
|
dnsZoneName |
string |
Yes |
|
recordName |
string |
No
'@' |
|
Outputs
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param targetResource string
param dnsZoneName string
module azresource 'br:bicepacrdevwcom.azurecr.io/bicep/modules/dns/zones/azresource:2026.8.25.2' = {
name: 'azresource${env}${version}'
params: {
targetResource: targetResource
dnsZoneName: dnsZoneName
}
}