Overview
|
|
| Name |
webcustomdomainenablesni |
| Tag |
2026.8.25.4 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webcustomdomainenablesni:2026.8.25.4 |
| Last updated |
2026-08-25 10:40:08:+00:00 |
| Created |
2026-08-25 10:40:08:+00:00 |
| Digest |
sha256:4eb434c0f3b7b4188fbeeb6282ad47a6ef74581a9ab5813422b89c6a94e4c5a3 |
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.25.4' = {
name: 'webcustomdomainenablesni${env}${version}'
params: {
appName: appName
domainName: domainName
certificateThumbprint: certificateThumbprint
}
}