We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dddae commit 64ef8b7Copy full SHA for 64ef8b7
Deployment/testFunctions/parts/linuxFunctionFlex.bicep
@@ -21,8 +21,6 @@ param functionAppRuntimeVersion string
21
@allowed(['~4'])
22
param runtimeVersion string
23
24
-var fxVersion = '${language}|${functionAppRuntimeVersion}'
25
-
26
resource storageAccount 'Microsoft.Storage/storageAccounts@2021-04-01' = {
27
name: '${functionName}stor'
28
location: location
@@ -102,7 +100,6 @@ resource function 'Microsoft.Web/sites@2024-04-01' = {
102
100
minTlsVersion: '1.2'
103
101
scmMinTlsVersion: '1.2'
104
http20Enabled: true
105
- linuxFxVersion: fxVersion
106
appSettings: [
107
{
108
name: 'AzureWebJobsStorage'
0 commit comments