Overview
|
|
| Name |
webappsettings |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/web/sites/webappsettings:2026.9.9.2 |
| Last updated |
2026-09-09 12:47:44:+00:00 |
| Created |
2026-09-09 12:47:44:+00:00 |
| Digest |
sha256:2409108f4fc673d2b46da30f9eac45e20dc27b61e7853d4a0abc1003e69b3605 |
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.9.9.2' = {
name: 'webappsettings${env}${version}'
params: {
webappName: webappName
appInsightsConnectionString: appInsightsConnectionString
settings: settings
connectionStrings: connectionStrings
}
}