このルールを 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 これは、Azure ストレージにリダイレクトする必要があります....
ストレージ上の画像の URL https://stplatformstorage.blob.core.windows.net/static/image_cdn-trans.png