An Azure service for ingesting, preparing, and transforming data at scale.
Hi shamim,
Azure Data Factory does not expose an explicit creation date for pipelines. Activity Logs are retained for only 90 days, and pipeline resources do not surface systemData.createdAt via the portal, ARM, CLI, PowerShell, or Resource Graph.
Supported ways to determine (or infer) a pipeline’s creation date:
Git / Azure DevOps (most accurate): Check the first commit where the pipeline JSON was added—this is the creation date.
Deployment history (approximate): Review Resource Group → Deployments and identify the earliest deployment that included the pipeline.
Log Analytics / Storage (if configured earlier): Query archived Activity Logs for Microsoft.DataFactory/factories/pipelines/write events.
Hope this helps. If you have any questions or concerns, please let us know we're happy to assist further.