Skip to content

Commit d86dffe

Browse files
committed
Security improvement for appSettings
1 parent fd72c68 commit d86dffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/core/host/functions.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ param kind string = 'functionapp,linux'
3030
param allowedOrigins array = []
3131
param alwaysOn bool = true
3232
param appCommandLine string = ''
33+
@secure()
3334
param appSettings object = {}
3435
param clientAffinityEnabled bool = false
3536
param enableOryxBuild bool = contains(kind, 'linux')

0 commit comments

Comments
 (0)