Overview
|
|
| Name |
azresource |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/dns/zones/azresource:2026.8.31.6 |
| Last updated |
2026-08-31 10:48:33:+00:00 |
| Created |
2026-08-31 10:48:33:+00:00 |
| Digest |
sha256:966d95c1482a63df581a32b20195e3722f595aa961b085b2feb4f2b484559768 |
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.31.6' = {
name: 'azresource${env}${version}'
params: {
targetResource: targetResource
dnsZoneName: dnsZoneName
}
}