Put & post blob on azure 的方法返回 404 指定的资源不存在。

Put & post method for a blob on azure returning 404 The specified resource does not exist.

我是软件开发和 IT 新手。我正在使用 Azure 进行概念验证。我正在尝试与 Postman 合作,将 PUT 或 POST 请求发送到我在 Azure 上的 blob。我能够成功地使用 GET。

当我执行 PUT 或 POST 时,Postman returns 指定资源不存在的 404 状态。我认为我正确设置了访问策略。我了解我可能需要共享访问签名。我应该把它放在哪里或如何在 Postman 中配置它?

请告诉我您的想法。谢谢。

乔纳森

确保您已将 required headers 设置为 x-ms-datex-ms-blob-type 并且您使用了 PUT 动词。您使用 Authorization header 传递您的凭据。参见:

Authorization for the Azure Storage Services