You need to correct the RequestUserApproval Function app error. What should you do?
Microsoft AZ-204 Exam
Questions Number: 329 out of 355 Questions
92.68%
Question 329
You need to correct the RequestUserApproval Function app error. What should you do?
Async operation tracking - The HTTP response mentioned previously is designed to help implement long-running HTTP async APIs with Durable Functions. This pattern is sometimes referred to as the polling consumer pattern. Both the client and server implementations of this pattern are built into the Durable Functions HTTP APIs. Function app - You perform local testing for the RequestUserApproval function. The following error message displays: 'Timeout value of 00:10:00 exceeded by function: RequestUserApproval' The same error message displays when you test the function in an Azure development environment when you run the following Kusto query: FunctionAppLogs - | where FunctionName = = "RequestUserApproval" Reference: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-features