Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.63 KB

File metadata and controls

56 lines (43 loc) · 2.63 KB

Azure Integration Services Workshop

A hands-on workshop covering Azure's comprehensive suite of integration services for building modern, event-driven, and scalable solutions.

Overview

graph TB
    subgraph "Azure Integration Services"
        A[APIs] --> INT((Integration<br/>Solutions))
        B[Messaging] --> INT
        C[Events] --> INT
        D[Orchestration] --> INT
    end
    
    INT --> E[Connected<br/>Applications]
    INT --> F[Automated<br/>Workflows]
    INT --> G[Data<br/>Pipelines]
    
    style INT fill:#0078D4,color:#fff
    style A fill:#50E6FF
    style B fill:#50E6FF
    style C fill:#50E6FF
    style D fill:#50E6FF
Loading

Workshop Modules

Module Description
00 - Overview Introduction to the four pillars of integration and architecture patterns
01 - API Management Secure API publishing, gateway features, and developer portals
02 - Logic Apps Workflow automation and business process orchestration
03 - Service Bus Enterprise messaging with queues and topics
04 - Event Grid Event routing for reactive architectures
05 - Azure Functions Serverless compute for event-driven processing
06 - Data Factory ETL/ELT and data pipeline orchestration
07 - Service Comparison Decision framework for choosing the right service
08 - Sample Recommendations Curated samples and reference implementations
09 - Messaging Guide Complete decision guide for Azure messaging services (Service Bus, Event Grid, Event Hubs)

Cloud Design Patterns

Explore Cloud Design Patterns for Azure Integration Services to learn how common architectural patterns apply to each service covered in this workshop.

Quick Start

  1. Start with the Overview to understand integration fundamentals
  2. Explore individual services based on your use case
  3. Use the Service Comparison guide to select the right tools
  4. Review the Messaging Guide for detailed messaging service decisions
  5. Check Sample Recommendations for hands-on examples

License

This project is licensed under the MIT License - see the LICENSE file for details.