From 03c3fc2528d16c6d89bf140d97824bc73eb957e9 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Mon, 2 Oct 2023 21:42:00 +0000 Subject: [PATCH] changed app name --- bicep/main.bicep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bicep/main.bicep b/bicep/main.bicep index 1902fac..e28ed7d 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -13,8 +13,8 @@ param environmentType string param resourceNameSuffix string = uniqueString(resourceGroup().id) // Define the names for resources. -var appServiceAppName = 'toy-website-${resourceNameSuffix}' -var appServicePlanName = 'toy-website' +var appServiceAppName = 'toy2-website-${resourceNameSuffix}' +var appServicePlanName = 'toy2-website' var storageAccountName = 'mystorage${resourceNameSuffix}' // Define the SKUs for each component based on the environment type. @@ -69,4 +69,4 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2021-04-01' = { } output appServiceAppName string = appServiceApp.name -output appServiceAppHostName string = appServiceApp.properties.defaultHostName \ No newline at end of file +output appServiceAppHostName string = appServiceApp.properties.defaultHostName