Deploy two applications on an azure web app

youssef125 271 Reputation points
2021-11-13T16:29:17.21+00:00

I have two applicatons frontend developed with Vuejs and a backend developed with nodejs, and I want using AzureDevops to deploy these two applicationon the same web app(I have only one webapp). Is it possible to deploy two applications on the same web app sharing the same app service plan or I have two create two Web apps sharing the same app service plan ?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jaliya Udagedara 2,836 Reputation points MVP Volunteer Moderator
    2021-11-13T21:38:16.057+00:00

    You can't deploy 2 web apps into a single App Service in Azure. You will have to create 2 App Services and yes, you can use the same App Service Plan for both those App Services.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.