add https only to function
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-05-17 20:31:53 +02:00
parent cc764fe28e
commit d5737920e8
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ resource "azurerm_linux_function_app" "fa-hanyadikhet" {
FUNCTIONS_WORKER_RUNTIME = "python"
}
https_only = true
site_config {
application_stack {
python_version = "3.9"