Thanks. If i'm exporting my file from an XMLport i take it i can't just point the export path at the storage location then? Do i need to export it to the local disk and then put it into the azure directory in code?
I have it saving to a stream and then create an instream and then use DownloadFromStream(Instr, '', OutputFileDirectory, '', OutputFileName). However, i get an i/o exception error. If i was to save it to the local disk all works fine
I can yes. I can export a file from BC to the local c: drive no problem. I can also copy this file from c to the mapped Azure location in Explorer. However, i can't get BC to export directly to the Azure location
Answers
Yes, it is possible.
Take a look to this post.
https://forum.mibuso.com/discussion/comment/330188#Comment_330188
Regards.
You can save the XMLPort output to an OutStream and work with that.
Regards.
Coluld you elaborate what "works fine".
Regards.
Regards,
That means that your Azure Storage is mapped to a Local Drive ?.
And if that is the case you can see that drive in the Explorer and write a file ithere without any issue ?
Regards.
Maybe the user that is running de NST instance don't have mapped the Azure location.
Regards.