将 Azure Blob 存储添加到非云 ASP.Net/Silverlight 应用程序的体系结构

发布于 2024-11-30 20:44:17 字数 407 浏览 2 评论 0原文

我在从非 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一刻暧昧 2024-12-07 20:44:17

只需添加对 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.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文