Overview
|
|
| Name |
webappsettings |
| Tag |
2026.8.26.3 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webappsettings:2026.8.26.3 |
| Last updated |
2026-08-26 07:44:45:+00:00 |
| Created |
2026-08-26 07:44:45:+00:00 |
| Digest |
sha256:fdd1e73144f242c635ef9d0ee9b3d2bd7028a6660012a2eb5dbe32c2404993f9 |
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.26.3' = {
name: 'webappsettings${env}${version}'
params: {
webappName: webappName
appInsightsConnectionString: appInsightsConnectionString
settings: settings
connectionStrings: connectionStrings
}
}