For my azure function I've a host.json where I set the functionTimeout.
I've to change the value before each deployment (release) and change it back for debugging purposes.
Is there a way to have two different host.json files - one for release and one for debug?