Skip to content

Commit 64ef8b7

Browse files
committed
remove linux fx
1 parent 77dddae commit 64ef8b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Deployment/testFunctions/parts/linuxFunctionFlex.bicep

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ param functionAppRuntimeVersion string
2121
@allowed(['~4'])
2222
param runtimeVersion string
2323

24-
var fxVersion = '${language}|${functionAppRuntimeVersion}'
25-
2624
resource storageAccount 'Microsoft.Storage/storageAccounts@2021-04-01' = {
2725
name: '${functionName}stor'
2826
location: location
@@ -102,7 +100,6 @@ resource function 'Microsoft.Web/sites@2024-04-01' = {
102100
minTlsVersion: '1.2'
103101
scmMinTlsVersion: '1.2'
104102
http20Enabled: true
105-
linuxFxVersion: fxVersion
106103
appSettings: [
107104
{
108105
name: 'AzureWebJobsStorage'

0 commit comments

Comments
 (0)