We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae0fde commit 2b33fd7Copy full SHA for 2b33fd7
1 file changed
LearningHub.Nhs.MessageQueueProcessor/Terraform/main.tf
@@ -48,7 +48,7 @@ resource "azurerm_function_app" "MessageQueueProcessorFunctionApp" {
48
AzureWebJobsStorage = azurerm_storage_account.MessageQueueProcessorStorageAccount.primary_connection_string
49
FUNCTIONS_WORKER_RUNTIME = "dotnet-isolated"
50
DOTNET_VERSION = "8.0"
51
- APPINSIGHTS_INSTRUMENTATIONKEY = azurerm_application_insights.MessageQueueProcessorAppInsights.instrumentation_key
+ APPINSIGHTS_INSTRUMENTATIONKEY = azurerm_application_insights.MessageQueueProcessorAppInsights.instrumentation_key
52
APPLICATIONINSIGHTS_CONNECTION_STRING = azurerm_application_insights.MessageQueueProcessorAppInsights.connection_string
53
}
54
0 commit comments