Skip to content

Commit 2c7140d

Browse files
committed
Remove Python runtime from function app configuration and delete main.json deployment template
1 parent ad575b3 commit 2c7140d

4 files changed

Lines changed: 0 additions & 1581 deletions

File tree

deployment/adx/main.bicep

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ resource functionApp 'Microsoft.Web/sites@2023-12-01' = {
169169
name: 'FUNCTIONS_EXTENSION_VERSION'
170170
value: '~4'
171171
}
172-
{
173-
name: 'FUNCTIONS_WORKER_RUNTIME'
174-
value: 'python'
175-
}
176172
{
177173
name: 'SCM_DO_BUILD_DURING_DEPLOYMENT'
178174
value: 'true'

deployment/adx/main.json

Lines changed: 0 additions & 253 deletions
This file was deleted.

deployment/loganalytics/main.bicep

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,6 @@ resource functionApp 'Microsoft.Web/sites@2023-12-01' = {
555555
name: 'FUNCTIONS_EXTENSION_VERSION'
556556
value: '~4'
557557
}
558-
{
559-
name: 'FUNCTIONS_WORKER_RUNTIME'
560-
value: 'python'
561-
}
562558
{
563559
name: 'SCM_DO_BUILD_DURING_DEPLOYMENT'
564560
value: 'true'

0 commit comments

Comments
 (0)