We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029f338 commit f2ee126Copy full SHA for f2ee126
1 file changed
LearningHub.Nhs.MessageQueueProcessor/Terraform/main.tf
@@ -39,10 +39,10 @@ resource "azurerm_function_app" "MessageQueueProcessorFunctionApp" {
39
ftps_state = "Disabled"
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"
+ app_settings {
+ FUNCTIONS_WORKER_RUNTIME = "dotnet-isolated"
+ WEBSITE_RUN_FROM_PACKAGE = "~4"
+ AzureWebJobsStorage = "azurerm_storage_account.MessageQueueProcessorStorageAccount.primary_connection_string"
+ WEBSITE_RUN_FROM_PACKAGE = "1"
47
48
0 commit comments