From bc6d2a74468f283c0100cf94e645124a48f5abe0 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Mon, 13 Mar 2023 13:09:07 +0000 Subject: [PATCH] updated bicep --- bicep/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bicep/main.bicep b/bicep/main.bicep index a988a4c..1902fac 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -14,7 +14,7 @@ param resourceNameSuffix string = uniqueString(resourceGroup().id) // Define the names for resources. var appServiceAppName = 'toy-website-${resourceNameSuffix}' -var appServicePlanName = 'toy-website2' +var appServicePlanName = 'toy-website' var storageAccountName = 'mystorage${resourceNameSuffix}' // Define the SKUs for each component based on the environment type.