Skip to content

Commit ebc6a07

Browse files
committed
Update Scale for Function ASP
1 parent b5216ab commit ebc6a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/infra/function.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ resource "azurerm_service_plan" "service_plan" {
88
os_type = "Linux"
99
per_site_scaling_enabled = false
1010
sku_name = "P1v3"
11-
worker_count = 3
12-
zone_balancing_enabled = true
11+
worker_count = 1 # Update to '3' for production
12+
zone_balancing_enabled = false # Update to 'true' for production
1313
}
1414

1515
resource "azapi_resource" "function" {

0 commit comments

Comments
 (0)