【发布时间】:2016-03-18 17:27:12
【问题描述】:
一直试图解决这个问题,但我有一个包含演示图像的私有 blob,我正试图通过调整大小应用程序访问它。我正在使用 blob 的辅助连接字符串,它似乎一直在抛出 404 错误
这里是要点的链接
https://gist.github.com/dbassassin/d95d4d8f7f21c9d6ee32
感谢任何帮助,我一直认为这只是身份验证的问题,或者我遗漏了一些东西。
我的 Web.config 持有:
<resizer>
<plugins>
<add name="AzureReader2"
prefix="~/"
connectionString="DefaultEndpointsProtocol=https;AccountName=storageaccountnamehere;AccountKey=secretstuffhere==;"
endpoint="https://cvcdbsaz01.blob.core.windows.net/"
/>
</plugins>
<diagnostics enableFor="allhosts" />
</resizer>
【问题讨论】:
-
您使用什么 URL 来访问 blob?
标签: azure blob imageresizer