从C + + code访问Azure存储表 [英] Accessing Azure Storage Tables from C++ code

查看:128
本文介绍了从C + + code访问Azure存储表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我++ DLL上没有任何问题蔚蓝的实例角色上运行的C值。
我想该dll才能够访问 - 读写 - 到Azure存储帐户。具体而言,读取和写入存储表。
它甚至有可能?结果
将AP preciate任何的例子!

I have a c++ dll running on azure instance role with no problems. I want the dll to be able to access - read and write - into an Azure Storage account. Specifically, read and write to a storage table. Is it even possible?
Would appreciate any examples!

谢谢,
纳瓦

推荐答案

由于一切在Windows Azure平台是通过REST服务管理的,你只需要在C ++执行什么可靠的REST库你所需要的。

Since everything in the Windows Azure Platform is managed through a REST Services, you just need a reliable REST library for C++ to perform what you need.

您可以看看<一个href=\"http://stackoverflow.com/questions/1961238/can-anyone-recommend-a-good-c-c-restful-framework\">this和了解C ++库REST的问题。

You can have a look at this and that questions for C++ REST library.

然后就可以revice的 Azure存储服务REST API参考了解什么你更多的细节要实现。

Then you can revice the Azure Storage Services REST API Reference for more details on what you want to achieve.

希望这有助于!

修改

只是看着在 的图书馆,指出他们的 HTT prequest 并的 HTT presponse 类。他们与 x509证书一起应该足以使一个有效的REST调用天青管理服务。

Just looked the the POCO libraries, noted they have HTTPRequest and HTTPResponse classes. They, along with X509Certificate should be enough to make a valid REST call to Azure management service.

这篇关于从C + + code访问Azure存储表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆