Skip to content

Commit 8563720

Browse files
authored
Added link to a sample.
1 parent cf8b76e commit 8563720

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/data-factory/control-flow-azure-function-activity.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ The Azure Function Activity supports **routing**. For example, if your app uses
5353

5454
The Azure Function Activity also supports **queries**. A query has to be part of the `functionName` - for example, `HttpTriggerCSharp2?name=hello` - where the `function name` is `HttpTriggerCSharp2`.
5555

56+
## Sample
57+
58+
You can find a sample of a Data Factory that uses an Azure Function to extract the content of a tar file [here](https://github.com/Azure/Azure-DataFactory/tree/master/SamplesV2/UntarAzureFilesWithAzureFunction).
59+
5660
## Next steps
5761

5862
Learn more about activities in Data Factory in [Pipelines and activities in Azure Data Factory](concepts-pipelines-activities.md).

0 commit comments

Comments
 (0)