Is it possible to scale Azure app services programmatically
I am looking for a way to programmatically scale up/down an Azure app service instance. This question has been asked before (e.g. in the link below) several months back and the answer was not possible at the time, so I am just wondering if something has changed and/or some new feature is available now. Is possible to programmatically scale Azure instances? Please note that we would like to do this on "Azure app services", not the old style "Azure cloud services". The reason that we would like to do the scaling programmatically is so that we can control it using on our custom metrics. We did