@Sjoerd Schilder Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
Based on the shared information, I have looked at the backend logs of the functionapp(CBNewsanalyser-TST) we see that the deployment, sync triggers operation are successful.
Also, we don't see you have any triggers and bindings in your function. Json file. function.json
file will be generated post building the project in your local and this file will be present in different folders based on the runtime language that you are using.
Refer to this documentation to know more information about under which folder this function.json
file will be present based on the language.
Feel free to reach back to me if you have any further questions on this.