Content

A livestream on Mental Health - Mental Health Awareness Week

A livestream on Mental Health - Mental Health Awareness Week

2021-05-13

Mental health affects us all, yet stigma and misunderstanding remain barriers to open conversation. In this candid livestream recorded during Mental Health Awareness Week, Chris Reddington is joined by Andrew Nathan (Microsoft FastTrack for Azure) and Will Owen (formerly Microsoft, now Maersk) to share their personal mental health journeys — covering depression, anxiety, COVID-19 isolation, CBT therapy, medication, and the pressures of high-performance tech careers.

Building an Event-Driven workflow with Event Grid

2021-05-12 · 14 min

You may have heard of Event-Driven Architectures before, but haven't had the chance to get hands-on and build one as yet. That's exactly what we'll be working through in this blog post!

Cloud Drops - Pipelines as Code

Cloud Drops - Pipelines as Code

2021-05-11

You may have heard about Software Code or Infrastructure as Code. Well, in this video, we'll be talking about pipelines as code. If you're familiar with tools like Azure DevOps, Circle CI, GitHub, GitLab and Jenkins, you may notice a trend where these platforms are allowing you to define your pipelines as code. Throughout this video, we'll be defining a multi-stage pipeline in Azure DevOps, and picking up some tips along the way.

Azure in a Nutshell | DEVREAL.io

Azure in a Nutshell | DEVREAL.io

2021-05-11

Cloud skills are getting increasingly important among developers, engineers but also among people working on the business side of IT projects. As more Azure datacenters are coming to the Nordics and more IT projects include Azure services, more IT professionals that understand Azure are needed. Being Azure-ready and having passed Azure certifications will increase your career opportunities dramatically. This DEVREAL episode will lead you on a path to taking your first Azure Certification. No matter if you are already using Azure, you will benefit from learning the full picture of Azure on a high level. This presentation will teach you all you need to know.

Azure Pipelines Tips

2021-05-10 · 11 min

Recently on Twitter, I was asked by @thegraycat on whether I knew of any resources to manage pipelines in version control. I sent across several top of mind thoughts over Twitter, but it got me thinking that there may be others with the same question and it could make a good blog post. So here we are, as I talk through some of my considerations for pipelines as code.

V019 - Weekly Technology Vlog #19

V019 - Weekly Technology Vlog #19

2021-05-09

Weekly Vlog #19 is broadcast live, opening with Azure's Fluent Design icon rebrand and covering key security and platform updates including the AKS Secret Store CSI driver add-on, Azure Security Center improvements for hybrid and multi-cloud Kubernetes, and new Azure VPN Gateway multi-authentication capabilities. GitHub Enterprise Server 3.1 launches with GitHub Actions, Packages, and Advanced Security, while the release radar spotlights Pulumi as an emerging cross-cloud infrastructure-as-code framework. Chris also recaps Cloud Gaming Notes episode four featuring Sudoku Social's Azure PlayFab backend and a new Cloud Drop on PowerShell in Azure Functions with Carol de Winter.

GitHub Actions and Azure - Using Environments with GitHub Actions

GitHub Actions and Azure - Using Environments with GitHub Actions

2021-05-07

Once you have a working GitHub Actions workflow, the next challenge is safely deploying across dev, staging, and production with the right secrets in the right places. This episode deep-dives into GitHub Actions Environments: how to scope secrets per environment to enforce the principle of least privilege, configure required reviewers and wait timers as production gates, and assign service principals with minimal Azure RBAC permissions. A live demo deploys the cloudwithchris.com Hugo site to Azure Storage, making every concept concrete.

Cloud Drops - Beginners guide to PowerShell in Azure Functions

Cloud Drops - Beginners guide to PowerShell in Azure Functions

2021-05-06

Azure Functions supports PowerShell Core as a runtime stack, enabling PowerShell scripters to build serverless event-driven workflows without compiled code. This Cloud Drop demonstrates creating an HTTP trigger and an Event Grid trigger function, configuring requirements.psd1 to load the Az PowerShell module, and using a system-assigned managed identity with the Contributor RBAC role to dynamically tag Azure resource groups on creation.

Crossposting Content: A New Project

2021-05-05 · 6 min

Following on from my recent post where I discussed using schema.org for Search Engine Optimisation (SEO), I wanted to stick with a similar theme, but a slightly different angle or topic. This time, we'll be covering the topic of crossposting content.

CGN4 - Cloud Gaming Notes Episode 4 - Cross-platform social Sudoku with Azure PlayFab

CGN4 - Cloud Gaming Notes Episode 4 - Cross-platform social Sudoku with Azure PlayFab

2021-05-05

Chris is joined by Dominic, a Senior PM Manager in Microsoft Teams Engineering, who spent nearly two years building Sudoku Social as a passion project — the world's first cross-platform competitive Sudoku game for iOS and Android. Dominic walks through his decision to use Unity for its build-once deploy-to-many capability, and Azure PlayFab as the game backend-as-a-service powering leaderboards, friend systems, matchmaking, and player statistics. The conversation covers how PlayFab's APIs dramatically reduced backend development effort, how Azure DevOps supported the CI/CD pipeline for the game, and the iterative learning journey of a first-time game developer teaching himself Unity, iOS, and Android development simultaneously.