HttpRequestTimeout in ADF not getting updated using pipeline

GeoJoseph 46 Reputation points
2023-09-11T10:48:22.92+00:00

I am trying to update HttpRequestTimeout in ADF webactivity using a devops pipeline. Everything apart from "HttpRequestTimeout" got updated. The JSON format i used to update is "httpRequestTimout" : "00:09:00".

Thanks in advance.

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

2 answers

Sort by: Most helpful
  1. Rahul kumar 325 Reputation points
    2023-09-11T10:56:37.5466667+00:00

    Hi Eldhose P Kuriakose, I see. The JSON format you used is correct. The only possible reason why the "HttpRequestTimeout" property is not getting updated is that the pipeline is not passing the correct value to the property.

    • Check the pipeline logs to see if there are any errors.
    • Make sure that the value you are passing to the "HttpRequestTimeout" property is in the correct format. The format is "hh:mm:ss", where "hh" is the hours, "mm" is the minutes, and "ss" is the seconds.
    • Make sure that the pipeline is actually updating the ADF webactivity. You can do this by checking the ADF webactivity's properties after the pipeline has run.

  2. Bhargava-MSFT 31,011 Reputation points Microsoft Employee
    2023-09-13T18:56:19.7966667+00:00

    Hello Eldhose P Kuriakose,

    By default, all properties are not parameterized. Please check your "ArmTemplateforFactory.json" file and see if HttpRequestTimeout is parameterized.

    If it is not parameterized, you will need to use the custom parameter template to parameterize the property.

    Please see the below document for your reference.

    https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-resource-manager-custom-parameters

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.