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