Azure app services have a limit on the amount of local (temporary) storage used. But, as I understand it, the limit is across the whole app service plan.
I want to maximise usage of the local storage, without hitting the limit. But split across multiple app services in the same app service plan, this gets tricky.
Is there a REST API that returns the app service plan local disk usage? Or even better, some way to get this from the environment?
Usage can be viewed on the Environment tab on Kudu, but I want to do this in code within a running web app.
