且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Azure Blob 400 创建容器时出现错误请求

更新时间:2022-03-19 05:18:29

实际上我最终找到了问题所在.

I actually ended up finding the problem.

我的问题是 blob 存储模拟器无法启动(其他模拟器会启动而我错过了 blob).问题最终是端口 10000(默认 blob 模拟器端口)已被另一个软件使用.我使用 Netstat cmd 工具来查看它是哪个软件,杀死它,现在它像魅力一样工作!!!谢谢大家!!

My problem was that the blob storage emulator would not start (the other emulators would start and I missed the blob). The problem ended up being that the port 10000 (default blob emulator port) was already being used by another software. I used Netstat cmd tool to see which software it was, killed it and its now working like a charm!!! Thanks everyone!!