Videos

GitHub Actions and Azure - Using Environments with GitHub Actions
You have a working set of GitHub actions, but several environments that you want to deploy into. How do you easily separate secrets for use between environments, and ensure you have approvals before releasing into production? For that, you'll need to use Environments! We'll explore those in this episode of Cloud with Chris!

Cloud Drops - Beginners guide to PowerShell in Azure Functions
Serverless computing is a cloud computing code execution model in which the cloud provider fully manages the infrastructure needed to serve requests. In this session, we will explain why and how we should use Azure Functions and PowerShell together, and we will show you how to deploy a PowerShell based Function. In some live demos, we will explain how to create a Function and execute some cool PowerShell code!

CGN4 - Cloud Gaming Notes Episode 4 - Cross-platform social Sudoku with Azure PlayFab
Ever thought about what it takes to host a game in the Cloud? Well, this is the series for you! On the first Wednesday of every month, we explore Cloud Concepts that impact your journey to a connected multiplayer gaming experience! In this session, Chris is joined by Dominic who has recently been through the process of building his own game, Sudoku Social! Take the classic puzzle game and adding a cross-platform social twist with the cloud. Sudoku Social has been a passion project to learn game development and bring players together to answer the ultimate question. Who is the fastest Sudoku player?

V018 - Weekly Technology Vlog #18
Welcome to weekly Vlog #18! We'll be covering the latest from Azure, Azure DevOps, GitHub and Cloud with Chris! Chris also provides an update on the Hugo CrossPoster.

V017 - Weekly Technology Vlog #17
Welcome to weekly Vlog #17! We'll be covering the latest from Azure, Azure DevOps, GitHub and Cloud with Chris! Chris also covers a new pet project he's been working on, the Hugo CrossPoster!

35 - A discussion on Azure Spring Cloud
Find out how you can leverage Azure Spring Cloud for running your Java spring boot applications on Azure. Chris is joined by Gitte Vermeiren as they talk through all things Azure Spring Cloud in this episode of Cloud With Chris!

Discussing the Cloud with Chris GitHub Architecture and GitHub setup
In this session, Chris is joined by Karl Cooke - Implementation Specialist at Action Point Technology Group, Blogger at https://irishtechie.com. Chris and Karl talk all about the CloudWithChris.com architecture and the decisions surrounding the GitHub setup that drive the deployment and management of CloudWithChris.com.

V016 - Weekly Technology Vlog #16
In this video, Chris provides another update (Update #16!) on Cloud with Chris, updates on what's coming soon and Azure, Azure DevOps and GitHub related news!

V015 - Weekly Technology Vlog #15
Welcome to weekly Vlog #15! We'll be covering the latest from Azure, Azure DevOps, GitHub and Cloud with Chris!

34 - The Bulkhead Pattern (Isolate your components to prevent failures)
Do you know what caused the Titanic to sink? Poorly designed bulkheads. How can you ensure resilience between components in your cloud application? Effectively designed bulkheads! In this session, join Chris as he explores how the bulkhead pattern can help you prevent excessive load or failures in one service impacting the consumers of that service!