Coder Perfect

The ARM template has been deployed to the Devops branch.

Problem

I constructed an arm template for linked service to an existing ADF as part of my bicep learning. When I use ADF to deploy a template, it goes into live mode right away.

Could I deploy that template and have those newly formed Linked Services show in a branch of my devops repository? So I can save them in the repository?

Asked by Raj Vishakh M

Solution #1

ARM is automatically deployed in live mode when it is deployed to a new data factory.

The following time you deploy, if you published a new linked service from data factory, it will appear.

Take a look at SQLPlayer if you want greater freedom when it comes to data factory deployment. A library for deploying data factories in a variety of ways.

Answered by 54m

Post is based on https://stackoverflow.com/questions/70741447/deployment-of-arm-template-to-devops-branch