1. Access to Data factories in Azure Portal

2. Create a New Data Factory Instance or use the existing one

3. Launch Azure Data Factory Studio

4. Under Manage > Linked Services > New > OData

5. Configuration for New linked service:
- Name: OData_BusinessCentral_Connection
- Service URL: https://api.businesscentral.dynamics.com/v2.0/<Tenant ID>/production/api/v2.0/
- Authentication type: Service principal with Key
- AAD resource: https://api.businesscentral.dynamics.com
- Tenant: Your tenant ID that is Azure tenant ID or Directory (tenant) ID
- Service principal ID: 5aeeb864-715a-41e7-9aae-XXY ( that is Application (client) ID )

- Service principal key: Bta8Q~UJueOmsDY4qBxhgwLai1uW4GePEkXXXXY (that is Secret Key value under “Certificates & secrets” of App registration in Azure portal)

6. Snapshot for Configuration for New linked service

7. To Ingest data from Business Central, navigate to Home > Ingest >

8. Complete configuration for the whole process of Copy Data Tool
- Properties: Run once now
- Source: Configure as follows
Source type: All
Connection: OData_BusinessCentral_Connection (the linked service created above)
Source tables: select tables
- Destination data store: Configure for your target destination to store data
E.g: Azure Blob Storage > select Azure subscription under Account selection method > select Storage account name > Create

- Configuration for File format settings:
File format: DelimitedText > Column demiliter: Comma (,)

- Settings:Task name = GetDataFromBusinessCentral

- Review & Finish the whole process

- Go to Author > Pipelines under Factory Resources > select GetDataFromBusinessCentral > Configure & edit the dataflow & add activity to the pipeline.

Now you can continue to configure the pipeline!