I've got some Azure functions that I deployed from source control. Sometimes, when working on them, it is easier to just edit them in the portal then copy/paste that back in to my source controlled code, but the portal doesn't allow editing form a source-controlled function by default, however it does say that you can change this in function.json.
I browsed the Azure Functions documentation and also the WebJobs SDK source on Github but can't find what this value is that can be used to allow portal editing of the source-controlled function.
Anyone got any ideas?