Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ?
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.