我已经在 webconfig 中编写了这条规则,以将我在 thsi 文件夹中的所有资源重定向到我的 azure blob,但它没有在那里显示任何图像。
<rule name="RewriteIncomingCdnRequest" stopProcessing="true">
<match url="^/CDN/(.*)$" ignoreCase="false"/>
<action type="Redirect" redirectType="Permanent" url="https://stplatformstorage.blob.core.windows.net/static/{R:0}" />
</rule>
http://sttest.azurewebsites.net/CDN/image_cdn-trans.png 这应该重定向到天蓝色存储....
存储上的图像 url https://stplatformstorage.blob.core.windows.net/static/image_cdn-trans.png