Overview
|
|
| Name |
webappsettings |
| Tag |
2026.8.25.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webappsettings:2026.8.25.2 |
| Last updated |
2026-08-25 09:45:32:+00:00 |
| Created |
2026-08-25 09:45:32:+00:00 |
| Digest |
sha256:a471bb5a155cd93e26e21715b11c4738606d0a74c72e35f6cd599d1b86d87e6a |
Parameters
| Name |
Type |
Required |
Description |
webappName |
string |
Yes |
|
appInsightsConnectionString |
string |
Yes |
|
settings |
object |
Yes |
|
connectionStrings |
object |
Yes |
|
easyauthEnabled |
bool |
No
false |
|
aadProviderEnabled |
bool |
No
false |
|
ipAllowDenyList |
array |
No
[ ] |
|
corshosts |
string |
No
'' |
|
alwaysOnSetting |
bool |
No
false |
|
netFrameworkVersion |
string |
No
'v4.0' |
|
adclientId |
string |
No
'' |
|
adclientIdsecret |
▲ secure ▲
string |
No
'' |
|
tenantId |
string |
No
subscription().tenantId |
|
ftpsState |
string |
No
'Disabled' |
|
Outputs
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param webappName string
param appInsightsConnectionString string
param settings object
param connectionStrings object
module webappsettings 'br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webappsettings:2026.8.25.2' = {
name: 'webappsettings${env}${version}'
params: {
webappName: webappName
appInsightsConnectionString: appInsightsConnectionString
settings: settings
connectionStrings: connectionStrings
}
}