简体   繁体   English

"如何在 Blob 中使用 Azurite 进行集成测试"

[英]How to use Azurite for Integration test in Blobs

I am trying to connect Azureit with my Integration test in blob storage?我正在尝试将 Azureit 与我在 blob 存储中的集成测试连接起来? any guide任何指南

"

if you need a way to write integration test for blobs (Upload,Delete , get) you can use Azureit for that.如果您需要一种方法来为 blob 编写集成测试(上传、删除、获取),您可以使用 Azureit。 Azureit is inbuid in VS 2022, so can install Azurite and use it by mentioning your connection string as "ConnectionString": "UseDevelopmentStorage=true;" Azureit 在 VS 2022 中内置,因此可以安装 Azurite 并通过将连接字符串提及为“ConnectionString”来使用它:“UseDevelopmentStorage=true;” up and run the Azureit.启动并运行 Azureit。 you can find application in Visual Studio\\2022\\Professional\\Common7\\IDE\\Extensions\\Microsoft\\Azure Storage Emulator (run as admin)您可以在 Visual Studio\\2022\\Professional\\Common7\\IDE\\Extensions\\Microsoft\\Azure Storage Emulator 中找到应用程序(以管理员身份运行) 在此处输入图像描述<\/a> C:\\Program Files\\Microsoft C:\\程序文件\\微软

"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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