ADF deployment using ARM templates succeeds but no pipelines/datasets created

Paul Monaghan 1 Reputation point
2021-05-09T20:02:24.503+00:00

Hi,

I have exported an ARM template for and Azure Data Factory from one subscription and imported into another subscription successfully after a few issues. So it appears to work but then when I go into my Azure data Factory whre I import to there are no pipelines or datasets.

Where am I going wrong?

The deployment log details every part starting and succeeding, so I am a bit baffled?

Paul

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,615 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,236 Reputation points
    2021-05-10T16:48:22.797+00:00

    Hello @Paul Monaghan and welcome to Microsoft Q&A.

    There are a few points to check before panicking. There could be a small silly thing like forgetting to reload the browser page after importing. The UI only check for new stuff on refresh.
    95298-image.png
    95382-image.png
    First: Look inside the ARM template. Do you see the pipelines you expect to find?

    Next: Do pipelines of the same name exist in the destination factory? They might just be replaced, rather than creating new ones.

    Is there Git / repository enabled on the destination factory? Switch to Data Factory mode. Maybe the pipelines were migrated, but not ingested by Git. Git mode only looks in the repository. Data Factory mode looks at what has been published.
    95372-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.