remove app settings
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-17 21:10:09 +02:00
parent d5737920e8
commit d5e05f76d2
1 changed files with 1 additions and 9 deletions

View File

@ -22,15 +22,7 @@ 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
app_settings = {
FUNCTIONS_WORKER_RUNTIME = "python"
}
https_only = true
site_config {
application_stack {
python_version = "3.9"
}
}
site_config { }
}