LSIB LSIB
Q&A

Related Course: Designing Microsoft Azure Infrastructure Solutions AZ-305

A global financial services company is planning a hybrid cloud strategy. They need to connect their on-premises data center to Azure to migrate mission-critical, multi-tier applications. The requirements for this connection are stringent: it must support sustained throughput greater than 5 Gbps, offer low and predictable latency for database replication, provide a private and highly secure path that does not traverse the public internet, and be backed by a high-availability SLA. While cost is a factor, performance, security, and reliability are the primary drivers for the solution. As an Azure Solutions Architect, what hybrid connectivity solution would you recommend, and why? Justify your choice by comparing it against the main alternative.

Asked 2026-06-18 09:29:11

Answers

For a global financial services company with stringent requirements for performance, security, and reliability, the recommended hybrid connectivity solution is Azure ExpressRoute. This service is specifically designed to meet the demanding needs of enterprise-grade, mission-critical workloads by establishing a private, dedicated connection between the on-premises infrastructure and Microsoft's global network.

Recommendation: Azure ExpressRoute

Azure ExpressRoute provides a direct, private fiber connection facilitated by a connectivity partner. It is the superior choice for this scenario because it directly addresses all the stated business and technical requirements in a way that an internet-based VPN cannot.

High Bandwidth and Predictable Performance

ExpressRoute circuits are offered with a wide range of bandwidth options, from 50 Mbps up to 100 Gbps. This easily satisfies the requirement for greater than 5 Gbps throughput. More importantly, because this is a dedicated, private connection, the latency is significantly lower and far more predictable than a connection over the public internet. This consistency is crucial for sensitive workloads like database replication and synchronous communication between application tiers split across on-premises and Azure environments.

Enhanced Security and Privacy

A key requirement for a financial services company is that sensitive data must not traverse the public internet. ExpressRoute achieves this by design. Traffic flows directly from the on-premises network to the Microsoft Enterprise Edge (MSEE) routers through the connectivity provider's network. This private path ensures data isolation and confidentiality. For even greater security, services like ExpressRoute Direct and MACsec encryption at the data-link layer can be implemented to secure traffic between the on-premises network edge and Microsoft's network edge.

Reliability and Service Level Agreement (SLA)

Microsoft offers a financially-backed 99.95% monthly uptime SLA for ExpressRoute dedicated circuits. To achieve true end-to-end high availability, a redundant architecture should be designed. This typically involves provisioning two ExpressRoute circuits connected to two different Microsoft Enterprise Edge routers in different peering locations, ensuring there is no single point of failure in the connectivity path.

Comparison with the Alternative: Azure VPN Gateway

The primary alternative to ExpressRoute is an Azure VPN Gateway, which creates a Site-to-Site (S2S) VPN tunnel over the public internet. While a valid solution for many scenarios, it falls short of meeting this specific company's requirements.

Why VPN Gateway is Not Suitable

  • Performance and Latency: A VPN Gateway's performance is limited by the unpredictable nature of the public internet. Bandwidth and latency can fluctuate significantly, making it unsuitable for workloads that require consistent, low-latency communication. While some high-performance VPN Gateway SKUs exist, they cannot offer the same performance guarantees as a dedicated ExpressRoute circuit.
  • Security: Although traffic over a VPN tunnel is encrypted (typically using IPsec), the packets still traverse the public internet. This exposes the traffic to potential interception risks and may not comply with the strict security and regulatory policies of a financial institution. ExpressRoute's private nature completely mitigates this risk.
  • SLA Limitations: While Azure provides an SLA for the VPN Gateway itself, it cannot provide an SLA for the end-to-end connection, as it relies on public internet infrastructure outside of Microsoft's control. The reliability is inherently lower than that of a private ExpressRoute circuit.

Key Design Considerations for ExpressRoute

When implementing the recommended ExpressRoute solution, the following design points must be addressed:

  • Connectivity Provider Selection: Choose a provider from Microsoft's list of partners that operates in the required geographic regions and can deliver the physical circuit to the on-premises data center.
  • Peering Configuration: Configure Azure private peering to connect to virtual networks (VNets) and Azure Microsoft peering to access public PaaS and Microsoft 365 services over the private connection.
  • Redundancy Model: Implement a geo-redundant design with circuits in two different peering locations connected to diverse on-premises equipment to ensure high availability. A Site-to-Site VPN can also be configured as a lower-bandwidth backup path for the ExpressRoute circuit.
  • ExpressRoute Gateway SKU: Select an appropriate ExpressRoute Gateway SKU (e.g., Ultra Performance) in Azure to handle the required 5+ Gbps throughput and avoid creating a bottleneck within the Azure VNet.

In conclusion, while a VPN Gateway is a cost-effective solution for less demanding needs, Azure ExpressRoute is the only solution that adequately meets the high-performance, high-security, and high-reliability requirements of a financial services company migrating its mission-critical applications to Azure.

Related Questions

Explain the role of a Lean Six Sigma Black Belt in driving organizational change and managing complex projects, highlighting the key differences from a Green Belt's responsibilities.

2026-06-18 10:13:06

What is the role of a Lean Six Sigma Black Belt in project selection and ensuring alignment with strategic business objectives?

2026-06-18 10:13:06

As a certified Lean Six Sigma Black Belt, you are tasked with establishing a project selection and prioritization framework for your organization's continuous improvement program. Describe the key components of this framework, how it aligns with strategic business objectives, and the critical role of a Black Belt in managing the project portfolio.

2026-06-18 10:13:06