
V010 - Weekly Technology Vlog #10 (Episode backlog until Mid-July! New Microphone, Ignite Content!)
In this milestone tenth episode, Chris marks a birthday and a one-year podcast anniversary, picks up a new microphone, then spends the majority of the runtime covering the best of Microsoft Ignite.
Personal Milestones
- Vlog #10 & Birthday: A new Shure SM7B microphone arrives — a noticeable audio quality upgrade. Episodes are now booked through to mid-July with more guests lined up into August.
- One Year of Cloud With Chris: The podcast launched on 1 March 2020.
Recent Content
- GPG Keys Part 2: Hands-on guide to generating GPG keys; Part 3 (linking keys to Git commits and uploading to GitHub) is coming this week.
- Cloud Gaming Notes Ep. 2: Chris and Lee discuss matchmaking in cloud gaming-as-a-service — how cloud infrastructure shapes the player experience when joining sessions dynamically rather than connecting to a fixed server. Next episode covers Sea of Thieves, inventory systems, and in-game economies.
- Sidecar & Ambassador Patterns with Peter Piper: Another co-hosted patterns episode with a bingo card of API buzzwords.
- DotNet Limerick Azure User Group: A live presentation on using GitHub Actions to build and deploy a static podcast/blog site. Recording available on cloudwithchris.com.
Upcoming
- Welsh Azure User Group (18 March): Lightning talk — GitHub for podcast/blog deployment.
- MSHowTo Live with Mert (25 March): DevOps discussion.
- Northern Azure User Group (6 April): Sharing the bill with Scott Hanselman.
- Cache Aside Pattern episode (this Friday).
- GPG Keys Part 3 (this Wednesday).
Microsoft Ignite Highlights
Azure Cognitive Search — Semantic Search: Results ranked by user intent rather than keyword frequency, powered by Microsoft Research models.
Azure Machine Learning + Azure Arc: Azure ML is now available in hybrid environments via Azure Arc. Organisations with data sovereignty constraints (healthcare, financial services) can run ML training and inference on-premises without data leaving the boundary.
Azure Cache for Redis — Enterprise & Enterprise Flash tiers: New higher-performance tiers with active geo-replication across regions — enabling distributed cache patterns (such as the Geode pattern) that were previously complex to build on Azure.
Azure Cosmos DB:
- Continuous backup and point-in-time restore (PITR) — now in preview.
- Role-based access control for the data plane — now in preview. Follows the same pattern as the recently GA’d Key Vault RBAC.
Azure Resource Mover (GA): A managed service for moving resources between Azure regions — useful as new regions come online or requirements change.
Azure Communication Services + Microsoft Teams interoperability: End customers (patients, shoppers, citizens) interact through Azure Communication Services-powered portals while back-office staff use familiar Teams interfaces — bridging consumer and enterprise communication seamlessly. Chris highlights this as one of the most impactful Ignite announcements.
.NET Upgrade Assistance: Tooling to help migrate large .NET Framework Windows applications to .NET Core 3.1 or .NET 5 cross-platform targets.
Private Azure Marketplace (GA): Moved from September preview to general availability — enterprises can now govern which Marketplace offers are available internally.
Azure Arc-enabled Kubernetes (GA): Manage Kubernetes clusters running outside Azure using the Azure control plane.
Azure VMSS Flexible Orchestration (preview): Scale sets can now mix Spot and pay-as-you-go VMs in the same set, and VM sizes can be changed without redeployment.
Azure Disk Updates: Premium SSD and Standard SSD now support zone-redundant storage. Auto key rotation for customer-managed keys on managed disks removes a historically tricky operational burden.
Networking:
- Azure Routing Server: BGP-based routing that simplifies NVA high-availability deployments, potentially replacing the standard load balancer requirement in front of NVAs.
- Azure Front Door Standard & Premium (preview) and Azure Firewall Premium (preview) also featured.
Azure Percept: A comprehensive platform for building AI models on low-power edge devices, with Azure Percept Studio for model development.
Microsoft Mesh: Azure Remote Rendering reaches GA; Azure Object Anchors enters preview. Microsoft Mesh announced as a cross-platform presence and collaboration platform. Chris watched the keynote live in an Oculus Quest 2.
Security Updates:
- Azure Key Vault Managed HSM (preview): A fully managed, single-tenant HSM service validated to FIPS 140-2 Level 3, for organisations with high compliance requirements.
- Confidential Computing for Azure SQL (preview): Confidential queries in Azure SQL DB and SQL Server 2019.
- Trusted Launch for VMs: Boot integrity protection against bootkits, rootkits, and kernel-level malware using a virtual TPM (vTPM).
Azure AD & Identity:
- Passwordless authentication updates.
- Conditional access authentication enhancements.
- ADFS Activity Insights Report in the Azure portal.
- New Secure Hybrid Access integrations.
Microsoft Cloud for Manufacturing (preview): End-to-end supply chain and operational efficiency scenarios — directly relevant to Chris’s new CSA focus area.
GitHub Actions — Four Things You Didn’t Know
A GitHub blog post highlights four underused capabilities:
- Compress images for the web — automated image optimisation on push.
- Generate semantic release notes — changelog automation based on commit messages.
- Run workflows like a Makefile — use GitHub Actions as a general-purpose task runner.
- Bring your own environment — custom runner environments for specialised tooling needs.
Chris uses two of these four in his own cloudwithchris.com CI/CD pipeline.
Related Content

V008 - Weekly Technology Vlog #8 (Changing Role, Guest Appearances, LOTS of Azure News)
Chris marks two months of weekly vlogging with a big career update: leaving FastTrack for Azure to become a Cloud Solution Architect in Microsoft's UK Customer Success Unit, focusing on the Manufacturing & Resources industry. The cloudwithchris.com site is also refreshed with a PodScribe-powered interactive transcript player that highlights spoken words in real time and enables crowd-sourced corrections — a meaningful accessibility improvement. Azure news is substantial this week, headlined by Azure RBAC for Key Vault data plane reaching GA (enabling secret- and certificate-level access control) and Azure Front Door Standard & Premium entering preview with private origin support via Private Link.

GitHub Actions and Azure - Getting started with GitHub Actions and Azure Login
New to GitHub Actions? This episode is your starting point. Chris walks through GitHub Actions workflow fundamentals—YAML syntax, jobs, steps, GitHub-hosted runners, and secrets management—then shows how to authenticate against Azure using the Azure Login action and a service principal, before running Azure CLI commands as part of your first automated pipeline.
28 - Intro to Landing Zones
What exactly is an Azure Landing Zone, and why does every cloud architect keep talking about it? In this episode, Chris Reddington is joined by Karim Fahmy — an Azure Solutions Architect with over 12 years of IT experience — to demystify Azure Landing Zones and their place within the Cloud Adoption Framework. Learn how landing zones provide the structured foundation covering networking topology, identity, governance, subscriptions, and security that your workloads need to succeed in the cloud. The episode also covers Azure Blueprints, Terraform automation, and real-world strategies for incrementally building and evolving your cloud foundation over time.