Minor demo updates

هذا الالتزام موجود في:
Chris Ayers
2022-06-29 12:56:44 -04:00
الأصل 41c24063ce
التزام 45487d92e0
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

@@ -3,7 +3,7 @@ param sku string = 'S1' // The SKU of App Service Plan
param location string = resourceGroup().location // Location for all resources
param linuxFxVersion string = 'DOTNETCORE|6.0' // The runtime stack of web app
var appServicePlanName = toLower('AppServicePlan-FeatureFlags')
var appServicePlanName = toLower('AppServicePlan-gh-demo')
var webSiteName = toLower('wapp-${webAppName}')