Solved

Setup CSV endpoint to Blob storage

  • 20 March 2023
  • 4 replies
  • 72 views

Userlevel 3
Badge +1

Is it possible to use CSV endpoint to Blob storage?

How can I setup it?

icon

Best answer by bas.hopstaken 20 March 2023, 12:47

View original

4 replies

Userlevel 3
Badge +4

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.

Userlevel 3
Badge +1

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

Userlevel 3
Badge +4

@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.

Userlevel 5
Badge +7

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