Merge pull request #17 from codebytes/test-bicep

changed app name
هذا الالتزام موجود في:
Chris Ayers
2023-10-02 17:44:58 -04:00
ملتزم من قبل GitHub
الأصل 8658f164ad 03c3fc2528
التزام a7358952f5

عرض الملف

@@ -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
output appServiceAppHostName string = appServiceApp.properties.defaultHostName