Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经设置了一个“公共”容器,其中 blob 存储为“私有”,但无论如何我仍然可以使用容器内的 URL 直接访问 blob。
知道为什么会这样吗?
谢谢
我怀疑您的浏览器或其他一些缓存服务器正在缓存该文件,而您实际上并没有去 Blob 存储来获取该文件。您可以使用 Fiddler 或 Netmon 来验证对存储发出的请求,或者尝试不同的机器或私密浏览会话。
将 blob 容器标记为私有后,如果没有私钥或签名请求,您将无法访问该容器中的任何 blob。