Overview
|
|
| Name |
webcustomdomainenablesni |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webcustomdomainenablesni:2026.8.31.6 |
| Last updated |
2026-08-31 10:50:36:+00:00 |
| Created |
2026-08-31 10:50:36:+00:00 |
| Digest |
sha256:770b51665bebc6f180f1cbc374b1957263a5e6239a47fabad0975403c55ddb6b |
Parameters
| Name |
Type |
Required |
Description |
appName |
string |
Yes |
|
domainName |
string |
Yes |
|
certificateThumbprint |
string |
Yes |
|
Outputs
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.31.6' = {
name: 'webcustomdomainenablesni${env}${version}'
params: {
appName: appName
domainName: domainName
certificateThumbprint: certificateThumbprint
}
}