Skip to content

Commit acab4fc

Browse files
authored
Merge pull request #37 from pamelafox/secure-app
Security improvement for appSettings
2 parents fd72c68 + d86dffe commit acab4fc

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)