
V005 - Weekly Technology Vlog #5 (My Setup, Architecture Patterns, Mental Health and NEWS)
This episode marks two significant milestones arriving later in the week: the debut of Cloud Gaming Notes, a monthly series exploring how cloud technology intersects with the gaming industry (launching with Lee Williams on game server hosting trends and Minecraft), and a candid mental health conversation with advocate Andrew Nathan — the first time Chris has spoken publicly about his own mental health experiences.
From Azure Updates, Azure Cloud Services Extended Support arrives in public preview with a new ARM-based deployment model, offering a migration path for classic Cloud Services workloads. Azure AD Premium customers will receive a 99.99% uptime SLA from April 1, reinforcing the critical importance of cloud identity as a security boundary. Resource instance rules for Azure Storage enter public preview, enabling managed-identity-based access restrictions for resources that cannot be isolated through virtual network service endpoints. The Azure Architecture Center’s January digest includes updated guidance on performance efficiency and scalability monitoring within the Well-Architected Framework, key and secret management best practices, and AKS day-two operational considerations for cluster upgrades. Peter de Tender’s Azure DevOps blog post explains service connections and service principals in the context of Azure DevOps pipelines. On the GitHub engineering side, two posts cover the canary-stage deployment process for github.com and the JavaScript optimisations — including lazy loading and CPU usage reduction — behind the fast GitHub homepage.
Related Content

V004 - Weekly Technology Vlog #4 (JamStack + Cloud, Upcoming Talks and Tech News)
Chris recaps a JamStack blog post, an appearance on the MS How-To show covering cloud design patterns, and the gatekeeper and valet key patterns session on API security. He covers Azure updates including AKS automatic cluster upgrade channels and the Secret Store CSI driver for Azure Key Vault, Azure DevOps Delivery Plans 2.0 with YAML manual validation, Pulumi as an infrastructure-as-code tool supporting Python, TypeScript, and Go, and a comprehensive GitHub 2020 year-in-review.

24 - Health Endpoint Monitoring Pattern (Monitor your service and its dependencies!)
Stop waiting for users to tell you something is broken. The Health Endpoint Monitoring pattern gives your services a dedicated health-check endpoint that aggregates the status of all dependent components—databases, APIs, storage—into a single observable response. This episode covers the pattern in detail, including design considerations around caching, security, denial-of-service exposure, and integration with Azure Monitor and Application Insights.

23 - Gatekeeper and Valet Key Patterns - Secure your APIs and Resources
Continuing the 'Architecting for the Cloud, one pattern at a time' series, Chris and Peter Piper explore two closely related cloud design patterns for securing APIs and backend resources. The Gatekeeper pattern positions a dedicated host between untrusted clients and trusted backend services — handling authentication, authorization, request validation, protocol translation, and rate limiting. The Valet Key pattern complements it by issuing short-lived, scope-restricted tokens (such as Azure SAS tokens) so clients can access specific resources directly, reducing load on central services without sacrificing security. The episode covers practical implementation options on Azure including API Management, Azure Key Vault, and Azure App Configuration.