A hands-on workshop covering Azure's comprehensive suite of integration services for building modern, event-driven, and scalable solutions.
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
| 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) |
Explore Cloud Design Patterns for Azure Integration Services to learn how common architectural patterns apply to each service covered in this workshop.
- Start with the Overview to understand integration fundamentals
- Explore individual services based on your use case
- Use the Service Comparison guide to select the right tools
- Review the Messaging Guide for detailed messaging service decisions
- Check Sample Recommendations for hands-on examples
This project is licensed under the MIT License - see the LICENSE file for details.