We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ee126 commit 10b4e52Copy full SHA for 10b4e52
1 file changed
LearningHub.Nhs.MessageQueueProcessor/Terraform/main.tf
@@ -40,9 +40,9 @@ resource "azurerm_function_app" "MessageQueueProcessorFunctionApp" {
40
scm_type = "None"
41
}
42
app_settings {
43
- FUNCTIONS_WORKER_RUNTIME = "dotnet-isolated"
44
WEBSITE_RUN_FROM_PACKAGE = "~4"
45
AzureWebJobsStorage = "azurerm_storage_account.MessageQueueProcessorStorageAccount.primary_connection_string"
46
WEBSITE_RUN_FROM_PACKAGE = "1"
+ FUNCTIONS_WORKER_RUNTIME = "dotnet-isolated"
47
48
0 commit comments