Content

Using GitHub Actions and OpenID Connect to deploy Static Web Apps to Azure

Using GitHub Actions and OpenID Connect to deploy Static Web Apps to Azure

2022-02-22 · 15 min

Back in November, GitHub announced its OpenID Connect capability for cloud deployments was generally available. This has been on my list to try out, and I finally managed to get around to it! With scenarios like this, I prefer to do something real and hands-on, rather than mocked, or a proof of concept. I decided to refactor my GitHub Action workflows for cloudwithchris.com, removing the need for secrets stored in GitHub. In this post, I outline my journey through this.

ToolUp Tuesday #2

ToolUp Tuesday #2

2022-02-22

ToolUp Tuesday is all about showing the thought process and decisions made when creating an application. Join Chris and Matt as they build a new application from the ground up, including development processes, tooling, service choices and architectural decisions!

Feature Flags - The Art of the IF and Deployment

Feature Flags - The Art of the IF and Deployment

2022-02-17

In this session, Chris is joined by Chris Ayers! Chris gives insight on how you start implementing feature flags, You'll be leaving this session wanting to separate your releases from your deployments! You will have an understanding of What feature flags are, The types of feature flags, Best practices around feature flags, Implementing feature flags using, Feature Toggles, Azure Application Configuration and Launch Darkly.

Automate adding GitHub Issues to GitHub Projects (Beta) in a repository owned by a user

2022-02-10 · 4 min

I recently wrote a blog post about using GitHub Actions to automatically add a GitHub Issue to a GitHub project (Beta) when the issue is opened. I received a question from my colleague and maintainer of the promitor and KEDA Open Source (OSS) Projects, Tom Kerkhove on doing the same with a user-owned GitHub repository, rather than organisation-owned.

ToolUp Tuesday - #1

ToolUp Tuesday - #1

2022-02-08

ToolUp Tuesday is all about showing the thought process and decisions made when creating an application. Join Chris and Matt as they build a new application from the ground up, including development processes, tooling, service choices and architectural decisions!

Using RegEx and VSCode's Find/Replace capability to add captions to markdown images

2022-02-05 · 3 min

If there's an easy way to achieve something, then I'm all for it! You may have noticed that I've been putting a lot of effort into refactoring my site and open sourcing the original Cloud With Chris theme. I've now released that as the Hugo Creator theme for Hugo. As part of the refactoring process into a reusable theme, I had to make several breaking changes. This meant that I'd need to update the contents of my site. I want to share a quick tip that I discovered to add captions to my images in markdown.

Automate adding GitHub Issues to GitHub Projects (Beta) in a GitHub organisation

2022-02-05 · 8 min

I've been following the GitHub Projects beta for a while now, and have been fortunate to be accepted as an early adopter. I'm a big fan of the direction, and the flexibility. One of the limitations I've noticed is that there's currently no built-in way to automatically add an issue to a project board. It's on the backlog, but not yet available. Fortunately, GitHub Actions has us sorted. I'll walk you through a sample I put together to do exactly that.

Community Gaming - Halo Infinite

Community Gaming - Halo Infinite

2022-02-02

Join members of the cloud community as they talk through what's top of mind, the latest trends, and have a bit of fun in a game or two! This takes place on the first Wednesday of each month

Tech Roundup - January 2022

Tech Roundup - January 2022

2022-01-30

Overwhelmed at keeping up to date with Azure? Or how about keeping a pulse on the Latest GitHub news, Azure DevOps and more? In this episode, Chris provides a summary of updates on the latest Azure DevOps News, GitHub updates and new announcements in Azure. And if that wasn't enough, he also gives a roundup of the latest on Cloud With Chris - including episodes, blog posts, open source projects and community work! Let Chris do the hard work keeping you on top of everything! Grab some snacks. Grab a drink. Come along and tune in for a relaxed and informative learning session!

Introduction to The Distributed Application Runtime (Dapr)

2022-01-13 · 14 min

In this post, we're going to explore the Open Source project known as Dapr (The Distributed Application Runtime). This post is primarily aimed at those who already have an understanding of Containers, Kubernetes and Microservices. However, if you're not familiar with these topics - I'll do my best to set the right context and background without making the blog too lengthy!