Skip to content

Commit d90f939

Browse files
committed
x
1 parent c5a8265 commit d90f939

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
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'

hvalfangst_function/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"extensionBundle": {
1212
"id": "Microsoft.Azure.Functions.ExtensionBundle",
13-
"version": "[1.*, 2.0.0)"
13+
"version": "[4.*, 5.0.0)"
1414
}
1515
}

hvalfangst_function/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
azure-functions==1.7.0
1+
azure-functions==1.21.3
22
pandas~=2.1.4
33
scikit-learn~=1.3.2
44
pyjwt==2.9.0

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)