Example of Azure Data Factory Connection
Example of Azure Data Factory Connection Scenario: Client A plans to send day-to-day order history through SFTP to the internal Reporting Team which will store in the Azure storage account. Features: Azure Storage account, Azure Data Factory Key Concept: Azure Data Factory Pipelines and activities: pipeline is a logical grouping of activities that together perform a task. For example, a pipeline could contain a set of activities that ingest and clean log data, and then kick off a mapping data flow to analyze the log data. The pipeline allows you to manage the activities as a set instead of each one individually. You deploy and schedule the pipeline instead of the activities independently. Azure Blob storage: Storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that doesn't adhere to a particular...