How to deploy ADF from Dev environment to UAT environment by .yml file?

Eddy Tran 40 Reputation points
2024-03-06T05:05:50.4566667+00:00

Hi Mr/Mrs,

I want to deploy ADF from Dev environment to UAT environment by Pipeline in Azure DevOps with a .yml file.

I try to build .yml file like the one below, but it didn't work:
User's imageUser's image

This is my Repo:User's image

I have 2 questions:

  1. What is the problem with my .yml file? How to fix this?
  2. In my .yml file, I use templateLocation= 'URL of the file'. If templateLocation= Linked artifact, how can I set up the Linked artifact for my Repo?

Many thanks!

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

Accepted answer
  1. Smaran Thoomu 24,110 Reputation points Microsoft External Staff Moderator
    2024-03-06T10:24:42.7033333+00:00

    Hi @Eddy Tran

    Thank you for reaching out to the community forum with your query.

    I believe the following articles might be helpful for you. Please refer to them:

    Regarding your first question, I noticed that the YAML file you provided is incomplete. Please make sure that you have included all the necessary steps and configurations in your YAML file. You can refer to the Azure documentation on how to deploy Azure Data Factory using Azure DevOps for more information.

    Regarding your second question, to set up a linked artifact for your repository, you can follow the steps outlined in the Azure documentation on how to use linked artifacts in Azure Pipelines.

    I hope this helps! Let me know if you have any further questions.


0 additional answers

Sort by: Most helpful

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.