Content

Cloud Drops - Building an Event-Driven workflow with Event Grid

Cloud Drops - Building an Event-Driven workflow with Event Grid

2021-05-15

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

Social Opinion with Jamie Maguire

2021-05-14

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

Cloud Lunch and Learn Marathon 2021 - Using Hugo, Azure Storage and Azure CDN for a cheap & performant site on Azure

2021-05-13

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

Cloud Lunch and Learn Marathon 2021 - Requirements, Design Patterns, Cloud Architecture Oh My

2021-05-13

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

Cloud Lunch and Learn Marathon 2021 - How GitHub Actions can help in building and deploying a static site and more

2021-05-13

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.

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.