The Portal tells me for the function.json
.
your app is currently in read only mode because you are running from a package file. To make any changes update the content in your zip file and `WEBSITE_RUN_FROM_PACKAGE` app setting.
I have tried to add a correct function.json
to the project folder in VS code
set 0
for WEBSITE_RUN_FROM_PACKAGE
and then redeployed. Also tried to delete WEBSITE_RUN_FROM_PACKAGE
and then redeploy didn't work as WEBSITE_RUN_FROM_PACKAGE
is always recreated with setting to 1
How could I correctly tailor my local c# project so that I can control bindings ?