Shared plans - how to deploy web app to one node

carlintveld 26 Reputation points
2022-04-28T11:21:44.407+00:00

We have these shared plans of which we would like to increase the nodes. I have seen an app service being deployed to all the nodes like a daemon set. But we rather would like to only have one instance like a replica set. Is that possible?

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

Accepted answer
  1. Vidya Narasimhan 2,126 Reputation points Microsoft Employee
    2022-04-28T13:39:24.3+00:00

    @carlintveld it seems, what you are looking for is per-app scaling feature of App Service Plan which is well described here https://learn.microsoft.com/en-us/azure/app-service/manage-scale-per-app .
    Per-app scaling allows for scaling an app independently from the App Service plan that hosts it.

    1 person found this answer helpful.
    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.