在 Azure Web 应用程序上部署两个应用程序

Deploy two applications on an azure web app

我有两个使用 Vuejs 开发的应用程序前端和一个使用 nodejs 开发的后端,我想使用 AzureDevops 将这两个应用程序部署在同一个 Web 应用程序上(我只有一个 Web 应用程序)。 是否可以在同一个 Web 应用程序上部署两个应用程序共享同一个应用程序服务计划,或者我有两个创建两个 Web 应用程序共享同一个应用程序服务计划?

Is it possible to deploy two applications on the same web app sharing the same app service plan?

无法在同一个 Web 应用程序上部署共享同一个应用程序服务计划的两个应用程序。

I have two create two Web apps sharing the same app service plan ?

您可以在“应用程序服务计划”下部署多个单独的“WebApps”。 所有这些 WebApps (/websites) 都有自己独立的默认域 (FQDN),您还可以为每个 WebApps 设置自定义域。