Azure data factory

776 Views Asked by At

I have two questions.

  1. Is there any way to move data(CSV files in FTP server) periodically in to Azure Storage account using ADF?

  2. After Switching Azure mode using

    switch-azuremode AzureResourceManager

I could not use Get- help datafactory

(Used Powershell in Admin mode, added Azure account using "Add-AzureAccount")

Thanks

1

There are 1 best solutions below

0
On

I try to answer your questions in order:

  1. Not a native way at the moment, but you can create a custom activity which loads your CSV files into Azure storage. The scheduling can be done via JSON (as most of the functionality in Data Factory). For the future you can expect that there will be some way in a future way.
  2. Haven't tried it, but you could try Get-Help azuredatafactory (caution: no whitespaces) or help azuredatafactory or have a look at the cmdlets reference.