Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.14 KB

azure-integration-services.md

File metadata and controls

13 lines (10 loc) · 1.14 KB

Azure Integration Services

Category: Azure

Azure offers a range of services which can deliver integration capabilities and extension points for applications.

  • API Management (APIM) - an API gateway and management plane used to publish and secure APIs for use by internal and external developers.
  • Data Factory - a serverless data integration service used to integrate data sources and manage data pipeline workflows using prebuilt connectors.
  • Event Grid - a highly-available event routing service with pub/sub semantics for scalable, event-driven architectures.
  • Event Hubs - a real-time data ingestion and data pipeline service for streaming millions of events per second from any source. Compatible with Apache Kafka clients.
  • Functions - a serverless platform for running event-driven logic on-demand using triggers and bindings.
  • Logic Apps - used to create workflows for integrating systems and orchestrating business processes. Offers pre-built connectors to access a specific app, data, service, or system.
  • Service Bus - a multi-tenant enterprise-grade message bus which connects on-premise and cloud applications using secure messaging.