Storage options in Azure provide a "REST" API (or, better, an HTTP API)
The Azure SDK offers clients for several languages. Let's see for example how to initialize one of the storage objects (a queue) using the C# client libraries.
All access to Azure Storage is done through a storage ac...