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
Post a Comment