azure - 我们可以在azure中的两个应用程序服务上使用负载均衡器吗

标签 azure load-balancing azure-web-app-service

我正在创建一个包含 2 个应用服务的网络,每个服务包含 2 个插槽 我知道负载均衡器设计为与虚拟机配合使用,但我想知道是否可以在这两个应用程序服务上放置负载均衡器来平衡它们之间的负载,是否可以这样做?

最佳答案

but I am wondering if it is possible to place a load balencer on these 2 app services to balance the load between them, Is it possible to do so??

根据您的描述,也许您正在寻找Azure应用程序网关(第7层)。

Azure 应用程序网关工作在应用程序层(OSI 网络引用堆栈中的第 7 层)。它充当反向代理服务,终止客户端连接并将请求转发到后端端点。

Azure 应用程序网关支持 HTTP、HTTPS 和 Websockets。 enter image description here

以下是每项服务提供的功能:

enter image description here

更多关于应用网关的信息,请引用这个article .

关于azure - 我们可以在azure中的两个应用程序服务上使用负载均衡器吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47806326/

相关文章:

azure - B2B 和 B2C Azure AD 之间的单点登录

ssl - 如何为 Google Cloud Compute Engine 负载均衡器设置 Letsencrypt?

javascript - 有没有办法提高MSAL-browser js登录的性能?

azure - 在 Azure 应用服务上部署 FastAPI 和 uvicorn

c# - ArmDeploymentCollection 不在 Azure.ResourceManager.Resources 命名空间中

Azure B2C 注销所有用户

c# - 仅将特定 VM 用于 TFS 构建

sql-server - Azure VM 可用性、镜像

javascript - 如何使用负载均衡器使meteor从一台服务器获取代码

node.js - azure nodejs 网站/webapp 支持用于 JWT token 生成和验证的加密算法