将 Azure Blob 存储添加到非云 ASP.Net/Silverlight 应用程序的体系结构
我在从非 Azure asp.net 和 silverlight 应用程序中使用 Azure 博客存储时遇到困难,或者无法找到相关示例。
我有一个 Silverlight 浏览器应用程序,托管在 asp.net 应用程序中。我需要添加在 Azure 和站点之间保存和检索图像的功能。我不想将整个站点迁移到 Azure...我只想将其用于存储。
我的问题让我很难开始使用:
- 我需要将 Windows Azure 项目添加到我的解决方案中吗?
- 如果我使用 Azure 项目,我只需要一个 Web 角色吗?它是集成到现有的 asp.net 站点中还是附加的?
- 我应该只使用 Windows Azure 存储服务 REST API 吗?
- 有类似设置的好例子吗?
提前致谢。
I'm having trouble getting started, or finding a relevant example, using Azure Blog Storage from a non-Azure asp.net and silverlight application.
I have a Silverlight browser app, hosted in an asp.net application. I need to add the ability to save and retrieve images between Azure and the site. I don't want to migrate the entire site to Azure... I just want to use it for storage.
My questions, making it difficult to get started are...
- Do I need to add a Windows Azure Project to my solution?
- If I use the Azure project, do I just need a web role? Is that integrated into the existing asp.net site, or is it in addition to?
- Should I just be using the Windows Azure Storage Service REST API?
- Is there a good example of a similar setup.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需添加对 Microsoft.WindowsAzure.StorageClient.dll 的引用并使用它即可。该库是可重新分发的,但您可能希望从 SDK 获取它。 (我认为没有单独的下载可用。)
Just add a reference to Microsoft.WindowsAzure.StorageClient.dll and use it. That library is redistributable, but you'll probably want to get it from the SDK. (I don't think there's a separate download available.)