简体   繁体   English

是否有使用 Azure 的本地应用程序的高可用性选项

[英]Are there high-availability options for On-premise applications using Azure

We have some dedicated LOB application on-premise applications.我们有一些专用的 LOB 应用程序内部部署应用程序。 Access to these apps is through the public Inte.net.访问这些应用程序是通过公共互联网。 Active Directory Domain Services is used to authenticate users. Active Directory 域服务用于对用户进行身份验证。

In Azure, there are multiple ways to create high-availability; Azure中,有多种创建高可用的方法; is there something similar for on-premise apps using Azure?使用 Azure 的本地应用程序是否有类似的东西? By this I mean if one on-premise system is down, traffic is routed to another app.我的意思是,如果一个本地系统出现故障,流量将被路由到另一个应用程序。

I know there are some options such as Application Gateway, Traffic manager and Front-door including Azure LB, my question is - are these the right services we should use in an on-premise setting?我知道有一些选项,例如应用程序网关、流量管理器和前门,包括 Azure LB,我的问题是 - 这些是我们应该在本地设置中使用的正确服务吗?

For your on premise environment, you can use Network Load balancing(NLB) feature of Windows Server.对于您的本地环境,您可以使用 Windows 服务器的网络负载平衡 (NLB) 功能。 See details here , it has an Azure inspired feature too. 在此处查看详细信息,它也具有受 Azure 启发的功能。

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

相关问题 本地 Azure 功能是否适合生产? - Are on-premise Azure Functions suitable for production? 通过 C# 应用程序使用 Azure AD MFA 查询本地 SharePoint - Querying On-premise SharePoint using Azure AD MFA through C# app 我们可以将本地 SQL 服务器数据库中的表连接到 Azure Delta 湖中的 Delta 表中的表吗? 我有什么选择 - Can we join tables in on-premise SQL Server database to tables in Delta tables in Azure Delta lake? what are my options On-premise VM迁移如何计算Azure中的VCPU - How to calculate the VCPU in Azure for On-premise VM migration Azure 数据工厂是否可以在没有数据通过云端运行的情况下使用本地数据工厂? - Is it possible to use Azure Data Factory on-premise without data running through the cloud? 如何执行从 Azure App Service 到本地环境中托管的 SMTP 服务器的连接测试? - How to perform connectivity tests from Azure App Service to SMTP server hosted in on-premise environment? Azure 数据工厂:自托管 IR:高可用性 - Azure Data Factory : Self Hosted IR : High Availability 将 Kube.netes 从本地迁移到 AWS EKS - Migrate Kubernetes from on-premise to AWS EKS freeswitch 中的高可用性 - high availability in freeswitch 实现 Redshift 的高可用性? - Achieving High Availability for Redshift?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM