I keep deploying but getting error.

The only clue is I am supposed to have log files when I run the function, but I cant seem to generate them.
Please advice.
I keep deploying but getting error.

The only clue is I am supposed to have log files when I run the function, but I cant seem to generate them.
Please advice.
@MarkJZYeap-8668 I will suggest you to first test you function app (HTTP trigger) with different input that you will be passing it from your logic app either using azure function "Code+Test" from portal or using any tools (fiddler/postman etc). Once you have verified that your function are executing correctly then you call the function from logic app.
If you are getting any error/exception then please review the run history for the failed operation and verify what is the input parameters that is passed from your logic app to the azure function. If there are any exception/error from azure function (500, 503,400 etc.) then analyze the telemetry data at your function app to know more details on the exception/error and accordingly test your function with those input.
8 people are following this question.