Overview
|
|
| Name |
azresource |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/dns/zones/azresource:2026.9.9.2 |
| Last updated |
2026-09-09 12:45:51:+00:00 |
| Created |
2026-09-09 12:45:51:+00:00 |
| Digest |
sha256:cd49263505e95e5b7e1cd3a6fbe747a51a3c9d1499d6bc17c3b8682ff07d460f |
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.9.9.2' = {
name: 'azresource${env}${version}'
params: {
targetResource: targetResource
dnsZoneName: dnsZoneName
}
}