File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 AZURE_FUNCTIONAPP_PACKAGE_PATH : ' .'
11- PYTHON_VERSION : ' 3.11 '
11+ PYTHON_VERSION : ' 3.10 '
1212 STORAGE_ACCOUNT_NAME : ' hvalfangststorageaccount'
1313 FUNCTION_APP_NAME : ' hvalfangstlinuxfunctionapp'
1414 RESOURCE_GROUP : ' hvalfangstresourcegroup'
Original file line number Diff line number Diff line change 1010 },
1111 "extensionBundle" : {
1212 "id" : " Microsoft.Azure.Functions.ExtensionBundle" ,
13- "version" : " [1 .*, 2 .0.0)"
13+ "version" : " [4 .*, 5 .0.0)"
1414 }
1515}
Original file line number Diff line number Diff line change 1- azure-functions == 1.7.0
1+ azure-functions == 1.21.3
22pandas ~= 2.1.4
33scikit-learn ~= 1.3.2
44pyjwt == 2.9.0
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ resource functionApp 'Microsoft.Web/sites@2022-09-01' = {
6868 properties : {
6969 serverFarmId : appServicePlan .id
7070 siteConfig : {
71- linuxFxVersion : 'Python|3.11 '
71+ linuxFxVersion : 'Python|3.10 '
7272 appSettings : [
7373 {
7474 name : 'AzureWebJobsStorage'
You can’t perform that action at this time.
0 commit comments