Overview
|
|
| Name |
azresource |
| Tag |
2026.8.26.3 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/dns/zones/azresource:2026.8.26.3 |
| Last updated |
2026-08-26 07:42:56:+00:00 |
| Created |
2026-08-26 07:42:56:+00:00 |
| Digest |
sha256:5c07c0d26171cb1f4bd3e18457b0436f039f9e5c6dcc89cdece468d2531b360b |
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.26.3' = {
name: 'azresource${env}${version}'
params: {
targetResource: targetResource
dnsZoneName: dnsZoneName
}
}