我将此 web.config 保存在我的 blob 中。我以为 Azure 会每隔一小时更新我 CDN 上的文件,但事实并非如此。
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="0.01:00:00" />
</staticContent>
</system.webServer>
</configuration>