Skip to content

Commit 0a6a1eb

Browse files
Merge pull request #219865 from Clare-Zheng82/1130-Update_Dynamics_AX_doc
Update httpRequestTimeout in Dynamics AX source
2 parents 74ffe18 + 59b135f commit 0a6a1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-dynamics-ax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 09/09/2021
11+
ms.date: 11/30/2022
1212
---
1313

1414
# Copy data from Dynamics AX using Azure Data Factory or Synapse Analytics
@@ -163,7 +163,7 @@ To copy data from Dynamics AX, set the **source** type in Copy Activity to **Dyn
163163
|:--- |:--- |:--- |
164164
| type | The **type** property of the Copy Activity source must be set to **DynamicsAXSource**. | Yes |
165165
| query | OData query options for filtering data. Example: `"?$select=Name,Description&$top=5"`.<br/><br/>**Note**: The connector copies data from the combined URL: `[URL specified in linked service]/[path specified in dataset][query specified in copy activity source]`. For more information, see [OData URL components](https://www.odata.org/documentation/odata-version-3-0/url-conventions/). | No |
166-
| httpRequestTimeout | The timeout (the **TimeSpan** value) for the HTTP request to get a response. This value is the timeout to get a response, not the timeout to read response data. If not specified, the default value is **00:30:00** (30 minutes). | No |
166+
| httpRequestTimeout | The timeout (the **TimeSpan** value) for the HTTP request to get a response. This value is the timeout to get a response, not the timeout to read response data. If not specified, the default value is **00:05:00** (5 minutes). | No |
167167

168168
**Example**
169169

0 commit comments

Comments
 (0)