2026.9.9.2

Overview

Name webcustomdomainenablesni
Tag 2026.9.9.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webcustomdomainenablesni:2026.9.9.2
Last updated 2026-09-09 12:48:04:+00:00
Created 2026-09-09 12:48:04:+00:00
Digest sha256:e89090781c97fcefbc520b4f444641474faa22ad7d3ba490bdcc9b259a9956fa

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.9.9.2' = {
    name: 'webcustomdomainenablesni${env}${version}'
    params: {
      appName: appName
      domainName: domainName
      certificateThumbprint: certificateThumbprint
    }
}