Skip to content

Commit b87d5c5

Browse files
authored
Update connector-http.md
1 parent 003e73f commit b87d5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The following properties are supported for HTTP under `location` settings in for
175175
| Property | Description | Required |
176176
| ----------- | ------------------------------------------------------------ | -------- |
177177
| type | The type property under `location` in dataset must be set to **HttpServerLocation**. | Yes |
178-
| relativeUrl | A relative URL to the resource that contains the data. The HTTP connector copies data from the combined URL: `[URL specified in linked service]/[relative URL specified in dataset]`. | No |
178+
| relativeUrl | A relative URL to the resource that contains the data. The HTTP connector copies data from the combined URL: `[URL specified in linked service][relative URL specified in dataset]`. | No |
179179

180180
> [!NOTE]
181181
> The supported HTTP request payload size is around 500 KB. If the payload size you want to pass to your web endpoint is larger than 500 KB, consider batching the payload in smaller chunks.

0 commit comments

Comments
 (0)