且构网

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

连接到Azure存储帐户时收到404错误

更新时间:2023-01-15 13:14:20

在该容器未创建问题或已被删除。我加了

The problem was the container was not created or had been deleted. I added

container.CreateIfNotExist();

container.CreateIfNotExist();

和它工作得很好。我会期待一个不同的错误不是404而是固定它。

and it worked fine. I would have expect a different error not a 404. but that fixed it.