From c8ce7c6aac9a1deafb2e6593a09c3e68eff34d0a Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Sat, 2 Dec 2023 12:36:11 -0500 Subject: [PATCH] update name --- bicep/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bicep/main.bicep b/bicep/main.bicep index cf69ecc..9a82386 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-website' +var appServicePlanName = 'toy-website2' var storageAccountName = 'mystorage${resourceNameSuffix}' // Define the SKUs for each component based on the environment type.