question

MarkJZYeap-8668 avatar image
0 Votes"
MarkJZYeap-8668 asked MayankBargali-MSFT edited

I want to deploy an Azure Functions that will be used in a Logic Apps, are there any details I should be aware of before I start working?

I keep deploying but getting error.

106437-logic-app.jpg
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.


azure-functionsazure-logic-apps
logic-app.jpg (67.9 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered MayankBargali-MSFT edited

@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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.