How to manage multiple instances of the same web app

Tim Jaszdziewski 21 Reputation points
2020-11-18T11:59:14.13+00:00

We have a web app and everytime a company buys this web app from us they get their personal instance of said web app with a custom domain (or rather subdomain) and a database set up. The best case scenario would be, that we can just deploy another instance of our web app and database in a few clicks and update all of these individual instances when we update our core web app. Is that possible with azure? And which are the tools I need for that? I pushed our webapp to devops and am tinkering with the pipeline there. Am I going in the right direction? I'm sorry if this question seems kind of vague but the amount of tools azure provides is quite overwhelming and I just want to know what to focus on.

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

Accepted answer
  1. brtrach-MSFT 15,251 Reputation points Microsoft Employee
    2020-11-20T07:43:19.027+00:00

    @Tim Jaszdziewski Thank you for your question.

    Yes, you are going down the right path in terms of using Azure DevOps and Pipelines. This sample here talks about deploying your code to multiple apps.

    The good news is you can run multiple apps on a single App Service Plan (think VM), which can help with cost savings.

    Please let me know if there are any more specific questions that you might have about web apps or always feel free to create a new post. We're here to help you.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful