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.
2 parents 6bc763f + aa84c87 commit 6478e3cCopy full SHA for 6478e3c
articles/app-service/provision-resource-terraform.md
@@ -4,7 +4,7 @@ description: Create your first app to Azure App Service in seconds using a Terra
4
author: seligj95
5
ms.author: msangapu
6
ms.topic: article
7
-ms.date: 8/5/2022
+ms.date: 10/20/2022
8
ms.tool: terraform
9
ms.custom: subject-terraform
10
---
@@ -65,7 +65,7 @@ resource "azurerm_service_plan" "appserviceplan" {
65
location = azurerm_resource_group.rg.location
66
resource_group_name = azurerm_resource_group.rg.name
67
os_type = "Linux"
68
- sku_name = "F1"
+ sku_name = "B1"
69
}
70
71
# Create the web app, pass in the App Service Plan ID
0 commit comments