Call REST API in PowerShell Script – Export JSON to CSV

Introduction In this article we will cover how to call REST API in PowerShell and export result to CSV file. If you want to export JSON based API result to file then you have to consider few things. Such as API Authentication, API Pagination, Parsing JSON, Error Handling and many more. Luckily we can use […]

Azure Data Factory Logo - SSIS Integration Runtime

How to run SSIS in Azure Data Factory (Deploy, Monitor SSIS in Cloud)

Introduction If you are using SSIS for your ETL needs and looking to reduce your overall cost then, there is a good news. Microsoft recently announced support to run SSIS in Azure Data Factory (SSIS as Cloud Service). Yes – that’s exciting,  you can now run SSIS in Azure without any change in your packages (Lift and […]