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