Skip to content

Commit 61358dc

Browse files
committed
Remove Use OAuth section
1 parent 36b6e7b commit 61358dc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

articles/data-factory/connector-rest.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -869,20 +869,6 @@ The pagination rule syntax is the same as in Example 8 and should be set as belo
869869

870870
:::image type="content" source="media/connector-rest/pagination-rule-example-9.png" alt-text="Screenshot showing setting the pagination rule for Example 9.":::
871871

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-
886872
## Export JSON response as-is
887873

888874
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

Comments
 (0)