2026.8.26.3

Overview

Name webcustomdomainenablesni
Tag 2026.8.26.3
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webcustomdomainenablesni:2026.8.26.3
Last updated 2026-08-26 07:45:06:+00:00
Created 2026-08-26 07:45:06:+00:00
Digest sha256:503e474e0c2c89720e277bed2329c00757c33b3484e89da83729a52f0d21df73

Parameters

Name Type Required Description
appName string Yes
domainName string Yes
certificateThumbprint string Yes

Outputs

Name Type Description

Example

@description('The target environment.')
param env string

@description('The deployment version.')
param version string = '1.0.0.0'

param appName string

param domainName string

param certificateThumbprint string


module webcustomdomainenablesni 'br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webcustomdomainenablesni:2026.8.26.3' = {
    name: 'webcustomdomainenablesni${env}${version}'
    params: {
      appName: appName
      domainName: domainName
      certificateThumbprint: certificateThumbprint
    }
}