changed app name
هذا الالتزام موجود في:
@@ -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
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم