We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5216ab commit ebc6a07Copy full SHA for ebc6a07
code/infra/function.tf
@@ -8,8 +8,8 @@ resource "azurerm_service_plan" "service_plan" {
8
os_type = "Linux"
9
per_site_scaling_enabled = false
10
sku_name = "P1v3"
11
- worker_count = 3
12
- zone_balancing_enabled = true
+ worker_count = 1 # Update to '3' for production
+ zone_balancing_enabled = false # Update to 'true' for production
13
}
14
15
resource "azapi_resource" "function" {
0 commit comments