Url endpoint request timed out. Please make sure the endpoint response is within 1 minute and retry

SureshN 1 Reputation point
2021-02-15T07:47:12.317+00:00

I have used Durable function for get the response , I have used this url in web activity in my Azure data factory but got an below error,

Url endpoint request timed out. Please make sure the endpoint response is within 1 minute and retry

I tried Retry count as 2

still its failure .

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
    2021-02-15T20:13:01.97+00:00

    Hello @SureshN ,
    Thanks for the ask and using the Microsoft Q&A platform .

    As I understand the error , the response from the durable is not coming back in 1 min and so you are getting the error . For web activity the timeout value is set to 1 min . Please read here https://learn.microsoft.com/en-us/azure/data-factory/control-flow-web-activity#type-properties

    Few thinks to look for .

    • Is your ADF on selfhosted IR or Azure IR ? If you are on SHIR you need to look into the SHIR logs to find more .
    • Is the ADF pipeline and function in the same Azure region ? if not try to see if moving the resources to the same region helps .

    Thanks
    Himanshu
    Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members