Skip to content

Commit

Permalink
updated remote_debugging_version for function app
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Sep 16, 2024
1 parent d9b9397 commit 649e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/function/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "azurerm_linux_function_app" "func_app" {
application_insights_key = azurerm_application_insights.ai.instrumentation_key
application_insights_connection_string = azurerm_application_insights.ai.connection_string
remote_debugging_enabled = false
remote_debugging_version = "VS2019"
remote_debugging_version = "VS2022"
vnet_route_all_enabled = true
runtime_scale_monitoring_enabled = true
application_stack {
Expand Down

0 comments on commit 649e114

Please sign in to comment.