X++ download file from Azure Blob storage

HI

is it possible to download and upload file from Azure Blob storage with x++ in Ax 2012 R3.

If any one has done it please suggest some code.

Thank you

There are no native X++ classes for this purpose, but you can call the .NET API for Azure Storage from X++ via .NET Interop.

Thanks Martin if you can provide some sample code would be great .

If you mean the Azure Storage API, you can find plenty of examples on internet. Like this: Quickstart: Use .NET to create a blob in object storage.

Thank you Martin