Skip to content

Commit b6f9b15

Browse files
committed
web app sku changed
1 parent e26f4a5 commit b6f9b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variable "app_name" {
2525
variable "sku_name" {
2626
description = "SKU name for App Service Plan (F1=Free, B1=Basic, S1=Standard, P1V2=Premium)"
2727
type = string
28-
default = "B1" # Basic tier - cheapest paid tier with always_on support
28+
default = "F1" # Free tier - perfect for demo/academic projects
2929
}
3030

3131
variable "docker_image" {

0 commit comments

Comments
 (0)