Content
Building an Event-Driven workflow with Event Grid
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
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
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
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
Welcome to weekly Vlog #19! We'll be covering the latest from Azure, Azure DevOps, GitHub and Cloud with Chris!

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!
Crossposting Content: A New Project
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
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?
Using schema.org for SEO optimisation
One of my recent tasks for Cloud with Chris was to investigate some additional areas for SEO optimisation. If you're unaware, SEO stands for Search Engine Optimization; a set of practices to improve your ranking in search engines such as Google, Bing and others when they crawl and index your site. I was already in a good position, but there were some things that were frustrating me, we'll explore those in this blog post.