PrepAway - Latest Free Exam Questions & Answers

You need to eliminate the timeout error and allow the L…

You are developing a new Azure Logic App. The Logic App requires a custom action to evaluate data from an
internal, proprietary system. You create a custom ASP>NET Web API to retrieve data from the system and
update the Logic App to use the API.
The Logic App generates a timeout error when it requests data from the API.
You need to eliminate the timeout error and allow the Logic App to retrieve data by using the API.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Update the API to immediately return an HTTP ‘102 PROCESSING’ response when a request is received
and an HTTP ‘205 RESET CONTENT’ response when the data is returned from the system.

B.
Update the Logic App to use a new HTTPWebhook trigger to call out to the API’s newly-created subscribe
and unsubscribe methods.

C.
Update the API to immediately return an HTTP ‘202 ACCEPTED’ response when a request is received and
an ‘200 OK’ response when the data is returned from the system.

D.
Update the Logic App adding a wait action to include the interval object’s unit and count properties set to
valid values.

4 Comments on “You need to eliminate the timeout error and allow the L…

    1. fiber says:

      Sandy, i think C) is correct, as in your provided link says:

      When your API follows this pattern, you don’t have to do anything in the logic app workflow definition to continue checking job status. When the engine gets an HTTP 202 ACCEPTED response and a valid location header, the engine respects the asynchronous pattern and checks the location header until your API returns a non-202 response.

      So, i think C) is a valid answer.




      3



      0

Leave a Reply