From 8367f15638242760bf6efaa471634ba8cc26ce1a Mon Sep 17 00:00:00 2001 From: vnetonline Date: Mon, 12 Jun 2023 23:51:36 +1000 Subject: [PATCH] Made the default SQL Server and App Service provisioned Basic Tier --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index dc1fd89a..95728590 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -4,7 +4,7 @@ "parameters": { "sqlDatabaseEditionTierDtuCapacity": { "type": "string", - "defaultValue": "Standard-S1-20-250", + "defaultValue": "Basic-Basic-5-2", "allowedValues": [ "Basic-Basic-5-2", "Standard-S0-10-250",