【发布时间】:2021-08-19 14:35:07
【问题描述】:
尝试使用 curl 命令上传到 blob 存储
curl --upload-file <file> --url "https://<storage-account-name>.blob.core.windows.net/<container-name>/<file>"
但不断收到“HTTP/1.1 404 指定的资源不存在”。我将存储和容器都公开了,容器的访问级别设置为“容器”,不知道还能尝试什么。我错过了什么吗?
【问题讨论】: