use latest python for azure functionm
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a270116d8f
commit
29241ab9df
@ -22,5 +22,7 @@ resource "azurerm_linux_function_app" "fa-hanyadikhet" {
|
|||||||
storage_account_name = azurerm_storage_account.sa-hanyadikhet-functionapp.name
|
storage_account_name = azurerm_storage_account.sa-hanyadikhet-functionapp.name
|
||||||
service_plan_id = azurerm_service_plan.sp-hanyadikhet-functionapp.id
|
service_plan_id = azurerm_service_plan.sp-hanyadikhet-functionapp.id
|
||||||
|
|
||||||
|
python_version = "3.9"
|
||||||
|
|
||||||
site_config {}
|
site_config {}
|
||||||
}
|
}
|
Reference in New Issue
Block a user