35 - A discussion on Azure Spring Cloud

35 - A discussion on Azure Spring Cloud

2021-04-23

Spring, Spring Boot, and Azure Spring Cloud demystified. Chris is joined by Gitte Vermeiren (Microsoft FastTrack Engineer) to explore the Java microservices landscape on Azure. They cover:

  • Spring vs Spring Boot — how Spring Boot is to Java what ASP.NET scaffolding is to .NET, and how start.spring.io gets you up and running instantly
  • Spring Cloud — adding microservice concerns like service discovery, circuit breakers, and routing on top of Spring
  • Azure Spring Cloud — the fully managed platform that lets you run Spring Cloud applications without provisioning or managing the underlying infrastructure
  • Comparing your options — when to choose Azure Spring Cloud vs. Azure App Service vs. AKS, and understanding the trade-offs around simplicity, control, and learning curve
  • Real customer reactions — why Java developers with existing Spring workloads often describe Azure Spring Cloud as a game-changer

Whether you’re coming from the Java world or just exploring Azure’s app hosting options, this episode offers a clear and approachable introduction.

Related Content

27 - The Compute Resource Consolidation Pattern (Optimise for Cost!)

27 - The Compute Resource Consolidation Pattern (Optimise for Cost!)

2021-02-19

Are you running dedicated compute for every tenant, microservice, or application instance — and paying for it? The Compute Resource Consolidation pattern shows you how to consolidate tasks onto shared infrastructure, such as a single AKS cluster with namespace isolation or an Azure SQL elastic pool, to reduce costs and management overhead. This episode explores the key trade-offs: blast radius containment, noisy neighbour contention, scalability profiles, and multi-tenancy strategies. Part of the "Architecting for the Cloud, One Pattern at a Time" series.

29 - The Sidecar and Ambassador Patterns

29 - The Sidecar and Ambassador Patterns

2021-03-05

When modernising a legacy application, rewriting everything from scratch is rarely feasible. The Sidecar and Ambassador cloud design patterns offer a pragmatic alternative — attach a companion process to offload cross-cutting concerns like retry logic, circuit breaking, and protocol translation without modifying the application itself. Chris and Peter explore both patterns in depth, covering when to use each, how they relate to service meshes, and their role in Kubernetes-based architectures.

18 - Tales from the Real World - Defying Gravity.. The magic behind Flight Simulator 2020

18 - Tales from the Real World - Defying Gravity.. The magic behind Flight Simulator 2020

2020-12-18

What's actually powering Microsoft Flight Simulator 2020 — and what can cloud architects learn from it? Chris Reddington takes to the virtual skies over Queensland with former colleague Cam Adams, flying a Cessna 172 from Archerfield aerodrome while discussing the real Azure services behind one of the most technically ambitious games ever made. From CDN-based asset distribution and event-driven live weather to PlayFab game backends and DDoS protection — this is cloud architecture on the fly.