Is there a way to programmatically enable/disable an Azure function?
I can enable/disable a function using the portal under the \"Manage\" section, which causes a r
I would imagine you can use Kudu REST API (specifically VFS) to update the disabled metadata property in function.json. Would that disable the function? Here is the Kudu REST API. https://github.com/projectkudu/kudu/wiki/REST-API