Azure – Front Door (AFD)

前言

会研究到 Azure Front Door (AFD) 是因为想安装 WAF. 结果研究了一圈, 发现 AFD 好弱啊. 

有许多功能都有 limitation. 

 

Limitation & 不够好的地方

1. Not support web socket

参考: feedback.azure.com

另外 CDN 也是不支持 web socket.

Application Gateway 就支持. Cloudflare 也支持. 所以 AFD, ACDN 都很差..

 2000 votes 排名第 3,

2. Root domain setup 很麻烦

参考: Onboard a root or apex domain on your Front Door

AFD 的 setup 方式是在 DNS point to AFD, 用的是 CName. 而 main domain 是 @ 无法配上 CName

只可以用 A point ip. 所以需要额外搞 alias record, 我不清楚是不是只有 Azure DNS 才可以搞这些啦.

2.1 Root domain 要自己搞 certifiate 

目前不支持 managed certificate, 需要自己弄 certificate 然后通过 Key Vault 链接到 AFD.

3. AFD Standard/Premium 还在 preview 中

参考: What is Azure Front Door Standard/Premium (Preview)?

虽然有 50% discount 但是不敢用呀.

4. Wildcard domains setup 很麻烦

参考: Wildcard domains

只能用 CLI 不能用 portal setup

只能自己做 certificate

 

 

基本架构概念

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章