Skip to content

Commit 6478e3c

Browse files
Merge pull request #215267 from seligj95/patch-2
Update sku
2 parents 6bc763f + aa84c87 commit 6478e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/provision-resource-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create your first app to Azure App Service in seconds using a Terra
44
author: seligj95
55
ms.author: msangapu
66
ms.topic: article
7-
ms.date: 8/5/2022
7+
ms.date: 10/20/2022
88
ms.tool: terraform
99
ms.custom: subject-terraform
1010
---
@@ -65,7 +65,7 @@ resource "azurerm_service_plan" "appserviceplan" {
6565
location = azurerm_resource_group.rg.location
6666
resource_group_name = azurerm_resource_group.rg.name
6767
os_type = "Linux"
68-
sku_name = "F1"
68+
sku_name = "B1"
6969
}
7070
7171
# Create the web app, pass in the App Service Plan ID

0 commit comments

Comments
 (0)