use python
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2022-05-17 20:13:55 +02:00
parent 01b90a8742
commit cc764fe28e
1 changed files with 7 additions and 3 deletions

View File

@ -22,9 +22,13 @@ resource "azurerm_linux_function_app" "fa-hanyadikhet" {
storage_account_name = azurerm_storage_account.sa-hanyadikhet-functionapp.name
service_plan_id = azurerm_service_plan.sp-hanyadikhet-functionapp.id
application_stack {
python_version = "3.9"
app_settings = {
FUNCTIONS_WORKER_RUNTIME = "python"
}
site_config {}
site_config {
application_stack {
python_version = "3.9"
}
}
}