changed app name

هذا الالتزام موجود في:
Chris Ayers
2023-10-02 21:42:00 +00:00
الأصل 8658f164ad
التزام 03c3fc2528

عرض الملف

@@ -13,8 +13,8 @@ param environmentType string
param resourceNameSuffix string = uniqueString(resourceGroup().id) param resourceNameSuffix string = uniqueString(resourceGroup().id)
// Define the names for resources. // Define the names for resources.
var appServiceAppName = 'toy-website-${resourceNameSuffix}' var appServiceAppName = 'toy2-website-${resourceNameSuffix}'
var appServicePlanName = 'toy-website' var appServicePlanName = 'toy2-website'
var storageAccountName = 'mystorage${resourceNameSuffix}' var storageAccountName = 'mystorage${resourceNameSuffix}'
// Define the SKUs for each component based on the environment type. // 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 appServiceAppName string = appServiceApp.name
output appServiceAppHostName string = appServiceApp.properties.defaultHostName output appServiceAppHostName string = appServiceApp.properties.defaultHostName