ADF pipleline deployment from dev to test

Sandeep Naik - MSV 0 Reputation points
2023-05-10T23:13:43.3166667+00:00

When we try to deploy ADF pipeline from Dev to test using the Github action npm package, linked services get overwritten. Is there any way to not override this?

We are following below blog:

https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-improvements#package-overview

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

1 answer

Sort by: Most helpful
  1. BhargavaGunnam-MSFT 13,656 Reputation points Microsoft Employee
    2023-05-11T23:33:25.0833333+00:00

    Hello Sandeep Naik - MSV,

    Welcome to the MS Q&A platform.

    When deploying ADF pipelines using the github actions, linked services can get overwritten based on the name in your ARM template.

    To avoid overwriting linked services, you can parameterize the linked services in your ARMTemplateforFactory.json file and then use the parameters in your yml file.

    For example, once you parameterize the linked services, you can pass them on the additional parameters section in the YML file.

    User's image

    Please see the below techcommunity article which has the main.yml file.

    https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-data-factory-ci-cd-with-github-actions/ba-p/3768493

    I hope this helps. Please let me know if you have any further questions.

    1 person found this answer helpful.
    0 comments No comments