Hello experts,
We currently use CSV XML maps to generate files and store them in an internal FTP location. Due to security concerns, we are changing our approach and plan to use an Azure File Share (shared location provided from the IFS side) instead.
We have already requested and received the SAS token information, and we are able to access the file share using the provided SAS token via Azure Storage Explorer.
Our requirement is to generate files using the existing CSV XML maps and store them directly in this Azure File Share location.
We first attempted to use a message routing rule with the FileExtractHandler, but this resulted in an “Object reference not set to an instance of an object” error.


We then tried using Monitor Schedules with the Process File option. However, on the Data Connectors screen, we can only see the csvinbound connector and it seems it is only for inbound integrations.

Could you please advise how we can generate outbound CSV files and store them in the Azure File Share ?
I referred to the community thread FSM cloud integration with azure file share | IFS Community, however it appears to focus mainly on inbound integration scenarios (reading files from Azure File Share into IFS).
Thanks.