Part of my project is worker application written in C++, running on Linux. I just find out that MS doesn't provide C++ version of Windows Azure SDK. I need to access Windows Azure Storage Queue.
Is there any C++ port of SDK? Is there any chance to use SDK from other language (i.e. python, node.js)? Or the best option is to use REST API?