We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd72c68 commit d86dffeCopy full SHA for d86dffe
infra/core/host/functions.bicep
@@ -30,6 +30,7 @@ param kind string = 'functionapp,linux'
30
param allowedOrigins array = []
31
param alwaysOn bool = true
32
param appCommandLine string = ''
33
+@secure()
34
param appSettings object = {}
35
param clientAffinityEnabled bool = false
36
param enableOryxBuild bool = contains(kind, 'linux')
0 commit comments