2026.8.25.2

Overview

Name webcustomdomainenablesni
Tag 2026.8.25.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webcustomdomainenablesni:2026.8.25.2
Last updated 2026-08-25 09:45:56:+00:00
Created 2026-08-25 09:45:56:+00:00
Digest sha256:6b4a1cd575fc1a46d7baf99989e552585f9a71fe4b42ed2302b800edcda50222

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