简体   繁体   English

天蓝色的前门-为什么我们需要向后端池添加多个后端

[英]azure front door - why do we need to add multiple backends to the backend pool

I'm a little confused about deployment architecture of Azure Front Door. 我对Azure前门的部署体系结构有些困惑。 for a backend pool, we can add multiple backends (typically from different regions), 对于后端池,我们可以添加多个后端(通常来自不同区域),

such as: 如:

myappbackendpool -> myappbackendpool->

  • appbackend-eastus.appservice.com appbackend-eastus.appservice.com

  • appbackend-westtus.appservice.com appbackend-westtus.appservice.com

  • appbackend-europ.appservice.com appbackend-europ.appservice.com

my question is, as the Front Door will eventually be deployed globally, why do we need those "backends" from different regions? 我的问题是,随着前门最终将在全球范围内部署,为什么我们需要来自不同地区的那些“后端”? Any reasons for that except for the healthy/backup considerations? 除了健康/备份方面的考虑之外,还有其他原因吗?

图片

Front Door is just a caching and Load balancing solution. 前门只是一个缓存和负载平衡解决方案。 What if you have only one App Service and if it fails then then entire service will be down. 如果您只有一个应用程序服务,但如果失败,则整个服务将关闭。

Also , another important aspect is, POP servers are located throughout the world and if you deployed your App Service in different regions, then POP servers will choose the endpoint which is closest to it. 另外,另一个重要方面是,POP服务器遍布世界各地,如果您将App Service部署在不同的区域,则POP服务器将选择距离它最近的端点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Front Door - 如何滚动更新后端池? - Azure Front Door - How to do rolling update of backend pool? 如何使用 powershell 脚本将新后端池添加到现有 azure 前门 - How to add new backend pool to existing azure Front door using powershell script 为什么通过 Azure 前门的请求在浏览器上显示后端池 url 而不是前端/域? - Why does a request through Azure front door shows backend pool urls on the browser instead of frontends/domains? 指向 Azure 负载均衡器公共 IP 的 Azure 前门后端池未解析 - Azure Front Door Backend Pool pointing to Azure Load Balancer Public IP not resolving Azure Front Door 每秒轮询后端池状态数次 - Azure Front Door polling backend pool state several times per second 天蓝色的前门 - 为什么故障转移不起作用 - azure front door - why failover not working 我是否需要在 Azure Front Door 和另一个 Azure 服务之间进行 TLS 加密? - Do I need TLS encryption between Azure Front Door and another Azure service? Azure Front Door - 如何使用默认后端主机名自定义域? - Azure Front Door - how to custom domain with default backend host name? Azure前门-如何添加地理过滤策略? - Azure Front Door - How to add geo filtering policy? 为什么 Azure Front Door Url 重定向到 ReactJs 应用程序的 AppService Url - Why Azure Front Door Url Redirect to AppService Url For ReactJs App
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM