Azure CDN for Azure静态网站301重定向配置

时间:2019-12-12 21:47:17

标签: azure azure-cdn

在下一篇文章之后,我在Azure Blob存储中配置了一个前端网站:

https://docs.microsoft.com/en-us/azure/cdn/cdn-map-content-to-custom-domain

我已成功配置此网站以使用我的自定义域进行显示:

https://www.example.com

我现在正在寻找如何为以下项配置适当的301重定向:

  • http-> 301-> https
  • example.com-> 301-> www.example.com

我阅读了本节:https://www.itinsights.org/Static-Websites-with-Azure-Part-4/#HTTP-to-HTTPs-redirection

但是在我的azure门户中,我没有看到可以在其中推送此xml规则或如何从界面配置重定向规则的任何部分。

<rule id="1111111" platform="http-large" status="active" version="0" custid="XXXXX">
<description>HTTP to HTTPS</description>
<match.request-scheme value="http">
feature.url-redirect code="301" pattern="/XXXXXXX/staticwebsitede/(.*)" value="https://www.staticwebsite.de/$1" />
</match.request-scheme>
</rule>

修改 按照接受的答案,我已联系Azure支持人员以查看是否可以迁移。 对于将example.com重定向到www.example.com的情况,我已经使用了域名注册机构的网络转发功能。

1 个答案:

答案 0 :(得分:0)

that blog中,您需要选择具有 Premium Verizon层的Azure CDN,以获得Verizon rules engine的好处。

有关更多详细信息,您可以compare Azure CDN product features。当前,具有标准Microsoft层的Azure CDN还通过使用standard rules engine支持URL redirect/rewrite