Skip to content

Commit

Permalink
fix: removed 64 bit workers from example of Consumption plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayzrian committed Jan 15, 2024
1 parent 0db9a62 commit c9a7252
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ resource "azurerm_windows_function_app" "products_service" {
application_insights_key = azurerm_application_insights.products_service_fa.instrumentation_key
application_insights_connection_string = azurerm_application_insights.products_service_fa.connection_string
# For production systems set this to false
use_32_bit_worker = false
# For production systems set this to false, but consumption plan supports only 32bit workers
use_32_bit_worker = true
# Enable function invocations from Azure Portal.
cors {
Expand Down

0 comments on commit c9a7252

Please sign in to comment.