Content

V021 - Weekly Technology Vlog #21
Weekly Vlog #21 builds anticipation for Microsoft Build, previewing Chris's upcoming presentation on friction-free developer workflows using GitHub Codespaces, GitHub Actions, and Azure Static Web Apps. Azure highlights include the Key Vault SLA raised to 99.99%, a preview of native Elastic integration, and Azure reaching its 100th compliance offering. Chris also recaps a hands-on Application Insights deep dive with Isaac Levin and covers a Helm explainer from the Azure DevOps blog alongside a Kubernetes Open Hack coaching week.

36 - Application Insights: The Tool You Never Knew You Needed
Cloud with ChrisUnderstanding how our applications function in the wild is essential for developers when issues arise. With the power of knowledge, we can enable ourselves to provide the best experience to our fellow developers, and our stakeholders. One of the solutions that supplies this power is Application Insights. Application Insights is a service provided by Microsoft allowing you to monitor your application live, detect performance anomalies, and observe this data with powerful analytics. Together we will see how easy it is to add Application Insights to our applications, whether we have access to the codebase or not. Once instrumented, we will dive deeper into the capabilities of Application Insights and show how to leverage all the rich data collected from our application. Finally, as developers the last thing we want to do is troubleshoot an issue in Production, with everyone watching and the stakes are high. Watch as we monitor a live application that is throwing exceptions and how Application Insights can be used to help us solve the problem faster. When we are done, attendees will be empowered with the knowledge to leverage Application Insights to be more productive with their work.
Azure Static Web Apps are Generally Available
Great news! Azure Static Web Apps are now Generally Available! Just to provide some reassurance, Static Web Apps are a concept that I'm fairly passionate about. You may have seen this blog post on why I think JAMStack and the cloud are a great combination. You may have seen one of my many talks on how I use Hugo, Azure Storage, Azure CDN and GitHub to easily deploy a very cheap and scalable site into Azure. But hold on, if Azure Storage is an option already - Why am I so excited about the prospect of Azure Static Web Apps? Azure Static Web Apps offer so much more than just the hosting aspect!
Thank you! Cloud with Chris has reached 500 YouTube Subscribers
I'm sat writing this blog post about 4 months after writing my 2021 kick off blog post. My aim for 2021 was to focus on one goal - contributing back into the technical community.

V020 - Weekly Technology Vlog #20
Weekly Vlog #20 celebrates hitting 500 YouTube subscribers ahead of schedule, then reviews one of Chris's most content-heavy weeks: Azure Pipelines-as-code tutorials, an event-driven architecture walkthrough using Azure Event Grid and Azure Functions, and a candid mental health live stream. The headline Azure announcement is Azure Static Web Apps reaching general availability with built-in CI/CD, serverless API integration, and free SSL. GitHub rounds out the episode with new hardware security key support for SSH operations and native video uploads to issues and pull requests.

Cloud Drops - Building an Event-Driven workflow with Event Grid
Azure Event Grid routes blob-created events from Azure Storage to downstream handlers, enabling scalable event-driven pipelines where producers and consumers are fully decoupled. This Cloud Drop builds an end-to-end workflow using an Event Grid system topic, subject filtering, an Azure Storage Queue as the event handler, a system-managed identity with the Storage Queue Data Message Sender role, and an Azure Function queue trigger to process and remove each message.

Social Opinion with Jamie Maguire
Have you ever wondered what it takes to build a production SaaS platform in your own time? In this Tales from the Real World episode, Chris is joined by Jamie Maguire — Developer, Microsoft MVP (AI), and Pluralsight Author — who shares the full story behind Social Opinion, a Twitter analytics and productivity platform built with .NET and Azure. Jamie walks through the evolution from a custom Bayesian text analytics API (built during his master's degree) to a full SaaS powered by Azure Cognitive Services, covering social listening, sentiment analysis, content scheduling, and audience insights. He also shares practical advice for anyone looking to build their own product: pick something you're genuinely passionate about, validate demand before writing code, and ship early.

Cloud Lunch and Learn Marathon 2021 - Using Hugo, Azure Storage and Azure CDN for a cheap & performant site on Azure
We often hear about Kubernetes, App Services, Virtual Machines and more. But did you ever think about using Azure Storage to host your sites? The Static Content Hosting pattern is a cost-effective way to host your sites, combined with a CDN can be incredibly performant! Chris will show how he uses these patterns, along with GitHub Actions to deploy and maintain his CloudWithChris.com podcast.

Cloud Lunch and Learn Marathon 2021 - Requirements, Design Patterns, Cloud Architecture Oh My
In this session, we’ll navigate through a typical journey when designing the architecture of a cloud solution and consider the decisions that we may wish to make at various stages. Alongside that, we’ll factor in how requirements and design patterns can help influence our overall design.

Cloud Lunch and Learn Marathon 2021 - How GitHub Actions can help in building and deploying a static site and more
Chris is the producer and host of his podcast CloudWithChris.com. He uses GitHub to version control the site's source code, GitHub Actions to build and deploy the site to Azure and other clouds, and GitHub Issues/Boards to plan the episode backlog. In this session, we'll explore how GitHub can be used to deploy your own workloads to Azure.