Forum Discussion
DebbieSipple
Jan 21, 2021Copper Contributor
How can i create a scale out for my app Service ?
I have a .net app service that I need to scale out . I have created a custom autoscale , with scale out if cpu is > 50 and scale in if cpu < 25. I increase and decrease instances by 2, max is 5. I...
DebbieSipple
Jan 21, 2021Copper Contributor
Hello cpateman
Thanks for the reply.
Oh ok so ip address is a single , great.
I will go to that App Plan and see the cpu that its consuming.
But is there there a metric you can recommend that i can use under "Custom AutoScale" to try and see if my scale out is actually working , maybe number of threads ?
cpateman
Jan 21, 2021Copper Contributor
Hi, DebbieSipple
If you use something like Postman you can run a Collection Run by pushing something like 100 requests.
(https://learning.postman.com/docs/running-collections/intro-to-collection-runs/)
Then look at the App Service Plan metrics to see what the output is.
If for example that caused the CPU to go up to 25% then you can set your scale metric to 20% and rerun your test to see the result.