Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 839 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 839 Bytes

apim-advanced-devops

Advanced Azure APIM DevOps Deployment Practices & Patterns

The purpose of this repo will be to provide documentation and examples of advanced DevOps APIM deployment best practices learned from real-world customers that are pushing the envelope of API Capabilities including:

  1. Using OpenAPI Spec (Swagger) Imports/Updates + Git Sync capability combined with Named Values (to abstract env specific settings) to migrate API's through their ALM

  2. Implement a generalized Circuit Breaker pattern as an APIM Policy

  3. Advanced Caching/Integration Patterns, where's an API Provider ansynchrounously pushes changes to an Azure Cache or Storage Table, replacing the need for synchronous back-end calls

  4. Implementation of CQRS/Microservice Patterns and integration eventing data sources such as Apache Flink