You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-rest.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -869,20 +869,6 @@ The pagination rule syntax is the same as in Example 8 and should be set as belo
869
869
870
870
:::image type="content" source="media/connector-rest/pagination-rule-example-9.png" alt-text="Screenshot showing setting the pagination rule for Example 9.":::
871
871
872
-
873
-
## Use OAuth
874
-
This section describes how to use a solution template to copy data from REST connector into Azure Data Lake Storage in JSON format using OAuth.
875
-
876
-
### About the solution template
877
-
878
-
The template contains two activities:
879
-
-**Web** activity retrieves the bearer token and then pass it to subsequent Copy activity as authorization.
880
-
-**Copy** activity copies data from REST to Azure Data Lake Storage.
881
-
882
-
The template defines two parameters:
883
-
-**SinkContainer** is the root folder path where the data is copied to in your Azure Data Lake Storage.
884
-
-**SinkDirectory** is the directory path under the root where the data is copied to in your Azure Data Lake Storage.
885
-
886
872
## Export JSON response as-is
887
873
888
874
You can use this REST connector to export REST API JSON response as-is to various file-based stores. To achieve such schema-agnostic copy, skip the "structure" (also called *schema*) section in dataset and schema mapping in copy activity.
0 commit comments