Skip to content

Azure Data Factory (ADF)

Info

  • Naming Convention: xxx-pwrp-adf
  • Deployment granularity:
    • we typically have a single ADF per client
  • GitIntegration: via GitHub

Prerequisites

  • a github or devops git repository

adf-git.png

Create Azure Data Factory

  1. Create a new azure data factory, called xxx-pwrp-adf

  2. Set up code repository, and point to the GitHub repository

  3. In Azure Data Factory, create Linked service pointing to the above Azure Function.

    1. Name: CopyFromBC2SQL
    2. Subscription and URL: If you did everything right so far, you can select them.
    3. Function Key: the App Key from the Function App you stored from the Azure Function (Function App> App keys> default). If there are more functions that need to be call, instead of default, we can use master key (e.g. if we're using durable functions)
      cerate-linked-service.png