Reputation: 181
I wanted to copy data files from Linux machine to Azure Blob Storage. I am using Azure Data Factory for this(as per the requirement). Can somebody plz help me how to install/ from where to get the Integration Runtime to install on that Linux machine.
Thanks
Upvotes: 1
Views: 7900
Reputation: 3182
Azure Data Factory Integration Runtime (self hosted) is currently only available on windows (see system requirements at https://www.microsoft.com/en-us/download/details.aspx?id=39717).
You could use a Linux file share, see https://learn.microsoft.com/en-us/azure/data-factory/connector-file-system for more details.
Upvotes: 1