Skip to content

Commit 6550960

Browse files
committed
Merge branch 'main' into yefu/aca
2 parents 8b19702 + cc74772 commit 6550960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ var appEnvVariables = {
355355
USE_LOCAL_HTML_PARSER: useLocalHtmlParser
356356
}
357357

358-
// The application frontend
358+
// App Service for the web application (Python Quart app with JS frontend)
359359
module backend 'core/host/appservice.bicep' = if (deploymentTarget == 'appservice') {
360360
name: 'web'
361361
scope: resourceGroup
@@ -411,7 +411,7 @@ module containerApps 'core/host/container-apps.bicep' = if (deploymentTarget ==
411411
}
412412
}
413413

414-
// The application frontend
414+
// Container Apps for the web application (Python Quart app with JS frontend)
415415
module acaBackend 'core/host/container-app-upsert.bicep' = if (deploymentTarget == 'containerapps') {
416416
name: 'aca-web'
417417
scope: resourceGroup

0 commit comments

Comments
 (0)