问题标签 [azure-storage-emulator]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
4387 浏览

azure - Windows azure 开发存储 blob 服务未启动

当我启动开发存储模拟器时,出现错误

The process cannot access the file because it is being used by another process

我猜这仅发生在 BLOB 中,其他服务(即队列和表)成功启动

可能是什么问题呢?我正在使用 Azure SDK v1.4

开发存储模拟器启动错误

0 投票
1 回答
710 浏览

azure - 如何从 Azure 复制到存储模拟器

如何将 Azure 中的所有数据复制到本地存储模拟器中?我想包括表、blob 和队列。

0 投票
1 回答
223 浏览

azure - Azure Dev 存储模拟器的 ORM 代码

棘手的问题 - 有谁知道 Azure Dev 存储模拟器用于表存储的 ORM SQL 代码在哪里?

我想实现一个 SQL 版本的 Azure 表存储,以便在本地(Azure 之外)使用。

在向我解释关系数据库(如 SQL Server)和 NoSQL 键/值存储(如 Azure 表存储)之间的区别之前 - 我已经知道了,谢谢 :)

0 投票
5 回答
2319 浏览

azure - 神秘消失的 Azure 开发存储资产

我们正在构建一个由 Azure 存储支持的站点。一个工作角色有一些文件,它在启动时从 blob 下载。这些文件一旦存储就永远不会被修改,我们只是将它们拉下来并使用它们。

有时,当尝试从开发存储下载这些文件时,Storage Emulator 服务会返回 500 错误。我们可以列出 blob 中的文件并获取元数据,但不能下载文件本身。我们找到的唯一解决方案是删除 blob 并重新上传。

有没有其他人遇到过这个?

更新:1.7 SDK

0 投票
1 回答
246 浏览

azure - Upgrade to Azure 1.7 now connecting to different dev storage

I have just upgraded to the Azure 1.7 sdk and have now lost the contents of my devstorage.

I can still see it in the local instance of sqlexpress (as DevelopmentStorage20110606), but when I use UseDevelopmentStorage=true, it longer connects to this.

Where has the new development storage db gone? I need to import my data from the previous version, as we use local storage for testing on the build server and have test data setup on it, or is there an upgrade script to be able to port this data accross.

Thanks

0 投票
3 回答
4413 浏览

c# - Windows Azure 结束连接并返回 324 错误代码

我在 Windows Azure 中尝试了一些实验室,效果很好。因此,我开始使用 Azure Emulator 开发我的应用程序。

我今天在 Windows Azure 中执行了我的第一个部署测试,并遇到了第一个问题:

这是第一次部署,所以我尝试删除一个不存在的容器。我现在处理异常。

我重新部署了我的项目并且没有收到任何服务器错误。它只是结束了连接并给我留下了这个错误:Error 324 (net::ERR_EMPTY_RESPONSE)

我假设我错过了配置中的某些内容,但我无法找到它的确切含义。

谢谢您的帮助!

编辑:部署本身是这个应用程序的第一个,但它不是我在 Windows Azure 上执行的第一个。当我开始为 Windows Azure 进行开发时,我已经部署了一些 msdn 实验室。

0 投票
1 回答
172 浏览

azure - azure dev storage tableclient listtables with prefix not return entries

在开发存储下,我创建了许多表,它们的表名中都有“myprefix”前缀。当我执行以下代码时, listtables("myprefix") 永远不会返回条目:

如果我使用 listtables(),它确实会返回所有表,但不确定为什么前缀重载不起作用。有什么建议么?

0 投票
2 回答
2146 浏览

java - Azure SDK + Java 库 + Eclipse 插件 = 一个迷茫的灵魂

我遵循了这些步骤,希望让本地主机上的存储模拟器正常工作。

我正在使用 Windows 8 RTM。

  1. 下载Eclipse并将其复制到 Program Files。
  2. 安装 Java JDK 7。
  3. 已安装 Azure SDK
  4. 为 Eclipse安装了 Azure插件
  5. 从“开始”屏幕启动存储模拟器。
  6. 创建了一个Java项目。
  7. 在此项目的 Azure 构建路径中添加了外部jar 。
  8. 写了这个简单的示例代码:

    /li>

它给出了以下例外:

在这一点上我很困惑,因为可能是错的。有人能帮我吗?

0 投票
1 回答
1090 浏览

azure-storage-emulator - windows azure storage emulator 进程无法访问文件

当我们开始手动或通过 Visual Studio 启动 Azure Storage Emulator 时,这是我们工作组中的一个常见错误。此外,这个问题并不一致。

0 投票
1 回答
116 浏览

azure - Azure 插入在数据库中失败,但查询有效

我正在尝试进行插入/替换:

它总是进入错误代码,表明没有发生插入。

如何在 Azure 中进行调试?

我正在使用 Azure 模拟器并在代码中有:

我得到 PUT 失败,出现 403。