News

BizTalk Azure: What It Is, How It Fits, and When to Use It

By 4 min read 439 views
Featured image for BizTalk Azure: What It Is, How It Fits, and When to Use It

BizTalk Azure in Plain Terms

BizTalk Azure is not a single product but a landscape: Microsoft's BizTalk Server running on-premises alongside Azure cloud services used for integration, hosting, and extension. BizTalk Server remains a powerful on-premises integration server for message routing, EDI, and orchestration, while Azure supplies the glue for cloud connectors, Azure Logic Apps, and scalable hosting. The combination lets organizations keep sensitive workloads inside the data center while reaching out to SaaS, APIs, and partner endpoints through the cloud.

More from this site

Keep reading the latest coverage

Browse latest →

If you are evaluating where BizTalk fits in a modern architecture, the core question is which pieces stay on-prem and which move to Azure. The answer depends on message volume, compliance requirements, and whether you need cloud-native services like Logic Apps or Event Grid alongside BizTalk Server.

How BizTalk Server and Azure Fit Together

BizTalk Server has long been the backbone for line-of-business integration, handling AS2, SFTP, SOAP, and XML transformations. Azure extends that backbone with cloud endpoints, managed connectors, and compute that scales without provisioning servers. Typical integration patterns include BizTalk Server acting as an on-premises hub that pushes and pulls messages through Azure Service Bus, Azure API Management, or Logic Apps.

Key integration points between BizTalk Server and Azure include: Azure Service Bus for reliable message queuing and brokered messaging; Azure API Management to expose BizTalk-hosted services externally; Azure Logic Apps for lightweight, cloud-first workflows that complement heavier BizTalk orchestrations; Azure Active Directory for authentication and OAuth flows; and Azure Monitor and Log Analytics for visibility across on-premises and cloud components.

When BizTalk Server Stays On-Premises

Not every BizTalk workload belongs in Azure. Organizations with strict data residency rules, existing investments in BizTalk artifacts, or complex on-premises adapter stacks often keep BizTalk Server on-prem. BizTalk Server excels at high-volume, low-latency message processing with tightly coupled systems, especially when the adapters and hosts are already tuned for on-premises networks.

Common reasons to keep BizTalk Server on-prem include: regulatory constraints that prevent data from leaving the data center; large existing investments in BizTalk schemas, maps, pipelines, and orchestrations; reliance on adapters that have no direct cloud equivalent; and integration with mainframe or line-of-business systems that cannot reach the cloud directly.

What Moves to Azure and Why

Moving parts of a BizTalk landscape to Azure can reduce infrastructure overhead and unlock cloud-native services. Azure Logic Apps, for example, provide low-code connectors to hundreds of SaaS and web services, which can sit beside BizTalk Server and handle partner-facing API traffic while BizTalk handles internal routing and transformation.

Typical pieces that move to Azure include: API gateways through Azure API Management; event-driven workflows with Logic Apps or Azure Functions; archival and long-term storage with Azure Blob or Cosmos DB; monitoring and logging with Azure Monitor and Log Analytics; and identity and access management with Entra ID (formerly Azure AD).

Architecture Patterns for BizTalk and Azure

Two common patterns emerge when combining BizTalk Server with Azure. The first is the hub-and-spoke model, where BizTalk Server acts as the on-premises hub and Azure services serve as spokes for cloud endpoints. The second is the coexistence model, where BizTalk Server and Logic Apps share work based on message type, partner, or protocol, with BizTalk handling structured EDI and enterprise messaging and Logic Apps handling lightweight, API-driven flows.

A practical decision framework looks at these attributes:

AttributeOn-Premises BizTalk ServerAzure Extension
Message volumeHigh, predictable throughputElastic, burst-friendly
LatencySub-millisecond, local networkDepends on network and service
Compliance boundaryControlled data centerMicrosoft-managed cloud
Adapter coverageBroad on-premises adaptersCloud connectors, REST, SOAP
Management overheadIn-house operationsManaged services reduce ops

Getting Started with BizTalk Azure Integration

Start by mapping your existing BizTalk message flows and identifying which endpoints are cloud-facing and which remain on-premises. From there, consider Azure API Management for any service that partners or SaaS applications call directly, and Azure Service Bus for reliable, asynchronous messaging between on-premises BizTalk and cloud logic. Keep BizTalk Server handling the complex orchestrations, transformations, and protocol translations where it already excels, and let Azure handle scale, connectors, and external exposure.

This division of labor preserves your BizTalk investment while positioning the broader integration landscape for the cloud.

Editor's pick

Keep exploring our latest stories

Fresh reads, picked daily.

Browse latest
Share: