
V027 - Weekly Technology Vlog #27
Vlog #27 was the first dedicated tech episode under the new alternating format (gaming one week, tech deep-dives the next). No Sea of Thieves this time — the full runtime went to GitHub Copilot, CNCF, Kubernetes, Azure Arc, and more.
GitHub Copilot Technical Preview
Chris walked through a live GitHub Copilot demo across two languages, showing how the AI pair programmer synthesises code from natural language comments and surrounding context.
Ruby demo highlights:
- Connecting to the Twitter API via
twittergem — Copilot suggested full connection setup from a comment - Switching between Azure Text Analytics, Bing Text Analytics, IBM Watson, and Google Cloud Vision APIs — Copilot swapped implementations cleanly from context
- Basic Ruby syntax suggestions across classes and methods
Python demo highlights:
- Azure Function with a Queue Storage trigger — Copilot generated the binding signature and handler body
- Regex generation — Copilot wrote working patterns for common validation scenarios
- Azure IoT Hub messaging via Python SDK
- Tic-tac-toe and chess logic synthesis from natural language descriptions
GitHub Copilot FAQ discussion: Chris addressed common questions — who owns Copilot-generated code, how personal GitHub data is handled, how training on public repositories works, and the technical measures filtering personal information from suggestions. These questions matter for enterprise adoption.
Cloud With Chris Recaps
- Annie Talvasto — CNCF Introduction: A thorough intro to the Cloud Native Computing Foundation, covering its structure, the 95+ projects it hosts (including Kubernetes, Prometheus, Envoy, and Jaeger), and how the CNCF graduation and sandbox model works. Essential context for anyone working in cloud native.
- Mert — DevOps on Azure (Traefik Proxy): Deep-dive into Traefik as a Kubernetes ingress controller and reverse proxy. Covered Kubernetes ingress configuration, circuit breakers, automatic retries, and the middleware pipeline — and how these patterns compare to doing the same work in Azure API Management.
- Azure API Management JWT Policies (blog post): Chris published a detailed walkthrough of using API Management policies to validate JWT tokens, restrict access by claims, and enforce identity/access patterns at the gateway layer — without touching backend code.
Azure News
- Azure Arc GA: General availability of Azure Arc for servers, Kubernetes, and data services, with Azure SQL enabled by Arc now in preview — bringing Azure data services to any infrastructure, including on-premises and other clouds.
- Azure Hybrid and Multi-Cloud Digital Event: Recap of the Azure Arc announcement event featuring customer stories from Avanade, Siemens Healthineers, and SKF Group.
- AIOps — Gandalf system: Mark Russinovich’s post on using AI-driven deployment safety systems, where machine learning models gate production rollouts based on telemetry signals — an inside look at how Microsoft manages risk in large-scale deployments.
- Azure DevOps — Datadog observability: Session walkthrough on integrating Datadog with Azure DevOps pipelines for end-to-end observability across build, release, and runtime.
- Azure VPN NAT (public preview): Network Address Translation support in Azure VPN Gateway, enabling overlapping address space in hybrid connectivity scenarios.
- Azure Security Center — new GA updates covering adaptive application controls, compliance dashboard improvements, and Just-in-Time VM access enhancements.
- PowerShell 7.0/7.1 vulnerability: Security patch released, with a CVE covering command injection via crafted paths. Update recommended.
Upcoming on Cloud With Chris
Melissa Yokoyama joins for a diversity and inclusion discussion — exploring career experiences, advocacy, and building more inclusive engineering cultures.
Related Content

41 - DevOps on Azure
In this episode, Chris is joined by Mert Yeter — software architect, Azure MVP, and Traefik Ambassador — for a live-demo-driven tour of DevOps on Azure. Starting with Azure DevOps Starter, Mert walks through spinning up a full CI/CD pipeline for a containerized .NET application in just a few clicks, covering Azure Container Registry, Azure Container Instances, and Azure Kubernetes Service. The session then dives into Traefik: an open-source cloud-native reverse proxy and load balancer with powerful pluggable middleware, dynamic service discovery, and a rich dashboard for managing Kubernetes ingresses. Whether you are new to containers or looking to level up your AKS deployments, this episode covers the essential building blocks.

V023 - Weekly Technology Vlog #23
Chris rounds up the week's Azure, Azure DevOps, and GitHub news — including the rebrand of Windows Virtual Desktop to Azure Virtual Desktop, Azure FHIR healthcare API updates, SAP on Azure, and a preview of the Azure Arc hybrid and multi-cloud digital event. On the GitHub side, supply chain security takes the spotlight with package registry credential scanning, Dependabot enhancements, and GitHub's Blacktocat fifth anniversary celebrating Black voices in tech. Cloud with Chris recaps include Carl Cook on GitHub Actions, Azure Arc for apps (Event Grid), Sarah Lean on hybrid cloud and DevRel life, and Will Esprit demonstrating the Geode pattern hands-on.

V022 - Weekly Technology Vlog #22
Weekly Vlog #22 is a dedicated Microsoft Build 2021 recap led by the landmark announcement of Azure Arc for Application Services, enabling App Service, Azure Functions, Logic Apps, Event Grid, and API Management to run on any Kubernetes cluster across Azure, AWS, GCP, or on-premises. Chris also presented at Build alongside Dean Brian and Carol Logan, demonstrating friction-free development with Blazor, GitHub Codespaces, and GitHub Actions while spotlighting UK developer communities. Additional highlights include a wave of AKS improvements, the Durable Functions Netherite storage provider preview, Azure Cosmos DB integrated cache, Azure Applied AI Services, and Security Center integration with GitHub Actions.