Part of my project is a worker application written in C ++ that runs on Linux. I just found out that MS does not provide the C ++ version of the Windows Azure SDK. I need to access the Windows Azure Storage Queue.
Is there a C ++ SDK port? Is it possible to use the SDK from another language (i.e. Python, node.js)? Or is the best option to use a REST API?
source share