diff --git a/bicep/main.bicep b/bicep/main.bicep index cf69ecc..f3c1d39 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 = 'toywebsite' var storageAccountName = 'mystorage${resourceNameSuffix}' // Define the SKUs for each component based on the environment type.