cost 220 ms
Azure Durable Function - 更改 Azure 存储模拟器的端口 - Azure Durable Function - Change the port for Azure Storage Emulator

我正在修改有关 Azure Durable 功能的一些概念,以便为新项目做好准备,并面临 Azure 存储模拟器的问题。 Azure 存储模拟器使用以下端口: 问题是我不能使用 10000-10002,因为其他一些服务已经在运行,我无法控制它,因为它们由管理员控制。 我能够更改 AzureStor ...

如何在本地计算机上模拟 Azure 文件存储? - How to emulate Azure File Storage on Local Machine?

我想从我的 Web 应用程序集成和测试 Azure 文件存储,并且在将其部署到环境(预配 Azure 共享文件夹的位置)之前,我想在本地对其进行测试。 我有一个在本地运行 Azurite 的 docker 容器,我能够在本地计算机上模拟 Azure Blob 存储容器,与之连接并进行测试。 我只 ...

运行事件中心的问题在本地触发 azure function,启动时出现“Out of retries creating lease for partition”错误 - Issues running event hub triggered azure function locally, getting "Out of retries creating lease for partition" error on startup

目前我已经设置了以下简单的 azure azure function 我几天前测试过并且工作正常但由于某些未知原因它返回错误 function 设置为: [FunctionName("EventUpdatedHubFunction")] public async Task Run([E ...

Azure function 的侦听器在本地运行 Azure ZC1C42544268E68384F11 时出现无法启动错误。 如何解决这个问题? - Listener for Azure function was unable to start error while running Azure function app locally. How to solve this?

我有一个 Azure function 应用程序。 我正在尝试在本地运行它,但出现以下错误。 我已经启动并运行了存储模拟器。 存储模拟器状态存储模拟器状态我不确定为什么它抱怨 10000 端口,因为我的存储模拟器分别在 12000、12001、12002 上运行 blob、队列、表。 本地主机文件 ...

使用 Azure 功能核心工具在本地运行 Azure function 时出现问题 - Problem when running Azure function locally using Azure Functions Core Tools

我正在开发耐用的 Azure function。 我正在使用 .NET Core 3.1。 它是一个 HTTP 触发的 function。 当我从 Visual Studio 调试它然后通过调用端点触发它时,一切正常。 在同一台机器上,我安装了 Azure Functions Core Tools ...

使用 Azure 存储模拟器进行 Dapr 本地开发 - Use Azure Storage Emulator for Dapr Local Development

对于本地开发/调试,我们将 Dapr 组件设置为与 docker-compose 一起运行。 其中一个组件使用Azure 事件中心输入绑定。 为了保持每个开发人员的事件流分开,我们创建了专用的消费者组和专用的存储容器来存储检查点。 我想将 Azure Storage Emulator 用于本地开发 ...

通过 hadoop FileSystem api 访问 Azure Storage Emulator - Access Azure Storage Emulator through hadoop FileSystem api

我有一个 Scala 代码库,我在其中使用 Hadoop FileSystem API(而不是 azure blob Web 客户端)访问 azure blob 文件。 我的用法是以下格式: 我现在正在使用 azure 存储模拟器作为存储帐户为此代码编写单元测试。 我浏览了这个页面,但它只解释了 ...

Azure 函数未在本地创建 Azure 表列 - Azure Functions not creating Azure Tables Columns Locally

我正在尝试创建 Azure Function。 在本地,我希望能够在部署之前测试我的 function。 我正在使用 VS Code 在 MacOS 11.2.3 上进行开发。 我使用Azurite作为在 Docker 中运行的本地存储模拟器。 我可以连接到本地模拟器并查看我的队列和存储。 我的 F ...

如何检查 Node.js 服务是否正在运行 - 在我的情况下是 Azurite 模拟器? - How to check whether a Node.js service is running - in my case Azurite emulator?

我正在开发一个 C# 应用程序,它应该在 Azure 中运行。 我想使用Azurite 模拟器在本地进行测试。 我想要实现的是:让我的测试检测 Azurite 是否正在运行,如果它没有运行,则快速中止并显示一个很好的错误消息。 显然 Azurite 在 Node.js 上运行。 使用旧的 Micr ...

Azure 存储模拟器是否支持 blob 版本控制? 如果是这样,我该如何启用它? - Does the Azure Storage Emulator support blob versioning? If so, how do I enable it?

我正在为 Z3A580F142203677F153F0BC30898ZF6 开发 C# ASP.NET 核心 web 应用程序。 我正在使用 Microsoft Azure 存储模拟器进行本地测试: https://docs.microsoft.com/en-us/azure/storage/co ...

如何将 Azure CosmosDB 仿真器与 MongoDB API 一起使用? - How do I use the Azure CosmosDB Emulator with the MongoDB API?

我使用 Microsoft Azure Comos Emulator 版本 2.11.11.0。 我用命令行启动它: 如果我将我的应用程序连接到 MongoDB 端点,我会收到以下错误: 这个错误是什么意思? 我还需要做什么才能使用 MongoDB API? 失败是第一个写命令: 它是从简单的 J ...

Azure 存储帐户 - 准备故障转移失败并显示“上次同步时间不可用” - Azure Storage Account - Prepare for a failover fails with “Last sync time is unavailable”

我有一个“RA-GRS”类型的 Azure 存储帐户,如下所示 美国西部是主要的,美国东部是次要的。 尝试故障转移到美国东部时失败,如下所示 如何解决这个问题? 注意:我已关注这篇文章 - 准备故障转移 ...

Azure 函数:函数“Test”的侦听器无法启动。 请验证 Azure 存储模拟器正在运行 - Azure function: The listener for function 'Test' was unable to start. Please verify that the Azure Storage Emulator is running

我在尝试调试 azure 函数时遇到以下错误,该函数每 30 秒触发一次并创建一个文件并将其上传到 Azure 存储帐户(使用 Azure 存储模拟器进行开发)。 函数“Test”的侦听器无法启动。 mscorlib:发生一个或多个错误。 Microsoft.Azure.WebJobs.H ...

如何在 Mac 本地运行 Timer-triggered Azure 函数? - How to run Timer-triggered Azure Functions locally on Mac?

我想在本地开发环境(Node、OS X)中执行定时器触发的 function,但它似乎需要对我拥有的 HTTP 触发函数设置进行一些更改。 到目前为止,这是与定时器 function 相关的代码: /cron-job/function.json定义了一个定时器输入绑定,计划每分钟运行一次。 它还 ...

C# Visual Studio 2019 for Mac在Mac OS上运行的代码无法读写本地Azure Storage Account Emulator - The C# code running on Mac OS by Visual Studio 2019 for Mac is unable to write and read to/from the local Azure Storage Account Emulator

我在appsettings.json文件中使用了以下两个连接字符串来读取和写入我的 Mac 机器上安装的 Azure 存储模拟器: 和 作为背景,我在一台新的 Mac 机器上安装了 Visual Studio 2019 for Mac。 我想 Visual Studio 2019 for Mac ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM