File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ var appEnvVariables = {
355
355
USE_LOCAL_HTML_PARSER : useLocalHtmlParser
356
356
}
357
357
358
- // The application frontend
358
+ // App Service for the web application (Python Quart app with JS frontend)
359
359
module backend 'core/host/appservice.bicep' = if (deploymentTarget == 'appservice' ) {
360
360
name : 'web'
361
361
scope : resourceGroup
@@ -411,7 +411,7 @@ module containerApps 'core/host/container-apps.bicep' = if (deploymentTarget ==
411
411
}
412
412
}
413
413
414
- // The application frontend
414
+ // Container Apps for the web application (Python Quart app with JS frontend)
415
415
module acaBackend 'core/host/container-app-upsert.bicep' = if (deploymentTarget == 'containerapps' ) {
416
416
name : 'aca-web'
417
417
scope : resourceGroup
You can’t perform that action at this time.
0 commit comments