Use configuration file from VS in powershell to deploy Azure Data Factory -


i have created configuration files (dev.json & qa.json) deploy azure data factory artifacts different environments using visual studio given here https://www.purplefrogsystems.com/paul/2017/01/using-azure-data-factory-configuration-files/.

deploying using vs time taking task, decided use powershell.

now, want use same configuration files (dev.json & qa.json) used deployment using powershell. how can achieve ?

you're right can create objects in data factory powershell, @ time there no way automatically apply config file it.

config files project level object , have elements apply adf object. such used in vs publish wizard.

you incorporate config details powershell script using convertfrom-json cmdlet , parsing entries against adf objects you're creating.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -