Update app service and storage account names

هذا الالتزام موجود في:
Chris Ayers
2023-11-07 11:36:43 -05:00
الأصل 52b7423ece
التزام d54539c58f

عرض الملف

@@ -13,8 +13,8 @@ param environmentType string
param resourceNameSuffix string = uniqueString(resourceGroup().id)
// Define the names for resources.
var appServiceAppName = 'toy2-website-${resourceNameSuffix}'
var appServicePlanName = 'toy2-website'
var appServiceAppName = 'toy-website-${resourceNameSuffix}'
var appServicePlanName = 'toy-website'
var storageAccountName = 'mystorage${resourceNameSuffix}'
// Define the SKUs for each component based on the environment type.