Skip to main content

Is it possible to use CSV endpoint to Blob storage?

How can I setup it?

Hi @rvgfox ,

As far as I know it is not possible. The directory setting is expecting a local path/share folder. I don't see any additional connection/authentication settings for Azure in the CSV endpoint.

Nevertheless, it would be a great option to add to the CSV endpoint.


@bas.hopstaken That “local path/share folder” will be a folder in the ODX Server, isn’t it?


@rvgfox , It can be a shared folder on a separate server as well. But the service account running the Scheduler Server/Execution service needs to have acces to this folder.

If you're using a local user to run this service. Then it should be a local folder, but when a domain account is used, it can als be a shared folder on a other server.


As far as I am aware you cannot, under Linux (or using software like rclone on Windows) you can mount an Azure Blob Storage as a drive using NFS but I am not sure how stable that would be. The supported Windows way is using Azure Files.


Reply