File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,9 @@ resource "azurerm_windows_function_app" "function" {
7979 https_only = true
8080
8181 app_settings = merge ({
82- " WEBSITE_RUN_FROM_PACKAGE" = " https://stacmebotprod.blob.core.windows.net/keyvault-acmebot/v4/latest.zip"
83- " WEBSITE_TIME_ZONE" = var.time_zone
82+ " FUNCTIONS_INPROC_NET8_ENABLED" = " 1"
83+ " WEBSITE_RUN_FROM_PACKAGE" = " https://stacmebotprod.blob.core.windows.net/keyvault-acmebot/v4/latest.zip"
84+ " WEBSITE_TIME_ZONE" = var.time_zone
8485 }, local. acmebot_app_settings , local. auth_app_settings , var. additional_app_settings )
8586
8687 dynamic "sticky_settings" {
@@ -124,7 +125,7 @@ resource "azurerm_windows_function_app" "function" {
124125 scm_use_main_ip_restriction = true
125126
126127 application_stack {
127- dotnet_version = " v6 .0"
128+ dotnet_version = " v8 .0"
128129 }
129130
130131 dynamic "ip_restriction" {
You can’t perform that action at this time.
0 commit comments