Blog

Azure Storage Queues vs Azure Service Bus Queues - Which should I use when?

13 Jul 2021 Blog

I've recently been involved in a few integration focused discussions, where there is a requirement to bring together multiple separate systems. If you've been following the Architecting for the Cloud, one pattern at a time series, then you'll have heard Peter Piper repeat a common phrase - 'High Cohesion, Low Coupling'.

App Development Architecture Integration Messaging

Introducing the Cloud Native Compute Foundation (CNCF)

5 Jul 2021 Blog

Inspired by the recent episode with Annie Talvasto, I wanted to put together a blog post that will introduce an ongoing series on Cloud With Chris. Before we introduce that series though, it's important that we first introduce the Cloud Native Compute Foundation (more commonly known as CNCF).

Cloud Native Cloud Native Compute Foundation CNCF Containers Kubernetes Open Source

Using API Management Policies to enforce access restriction policies

28 Jun 2021 Blog

We recently introduced you to API Management, how it maps to architectural principals and why you may consider using it as a producer or consumer of APIs. In this post, we'll be continuing on the story - focusing mostly on the API Management policies functionality.

API Economy APIs Integration

Introduction to Azure API Management

22 Jun 2021 Blog

We now live in a world where multiple systems connect or integrate with each other. This is not new, and has been a technology trend for some time. But - in a world of distributed compute (on the increase, thanks to cloud), and the rise of microservices, we find that we have more and more services that we need to integrate with each other. Integration is typically handled through a couple of routes, including Enterprise Messaging (such as message brokers), as well as APIs (Application Programming Interface). There are many areas that we should consider when building our APIs, and that's what we'll give some thought to in this blog post.

API Economy APIs Integration

Introduction to Project Bicep - The evolution of ARM Templates

18 Jun 2021 Blog

You may have heard about ARM Templates. You may have heard about Project Bicep. What are they, how do they differ? Why would I use one over the other? That's exactly what we'll be exploring throughout this blog post!

ARM Templates DevOps DevSecOps Infrastructure as Code Project Bicep Terraform

Using the GitHub self-hosted runner and Azure Virtual Machines to login with a System Assigned Managed Identity

14 Jun 2021 Blog

I recently started thinking about the typical setup process for a GitHub Action Workflow which will deploy into Azure. Typically, the process is to use the Azure/login GitHub Action, and then use the azure/cli or another Azure GitHub Action to deploy into GitHub. This is a nice approach. However, from my initial research - I wasn't able to see a way use the Azure/login GitHub Action to deploy into Azure using a System Assigned Managed Identity. This got me wondering, is this possible?

Azure GitHub GitHub Actions Identity Managed Service Identity

Using Azure Arc for Apps - Part 6 - Setting up Event Grid on Kubernetes with Azure Arc

10 Jun 2021 Blog

In part 1 of this Using Azure Arc for Apps series, we explored Azure Arc and Azure Arc enabled Kubernetes clusters. In this post, we'll be exploring Event Grid for Kubernetes. At time of writing, this approach is in public preview, so we may see certain limitations / features that are not yet available.

Azure Azure Arc Cloud Native Containers Developer Kubernetes

Using Azure Arc for Apps - Part 3 - Deploying Azure Functions into an App Service Kubernetes Environment

2 Jun 2021 Blog

In part 1 of this Using Azure Arc for Apps series, we explored Azure Arc and Azure Arc enabled Kubernetes clusters. In part 2, we deployed an App Service Kubernetes Environment into our Azure Arc enabled Kubernetes cluster. As you'll likely be aware, both Azure Functions (this blog post) and Azure Logic Apps (the next blog post) can run on Azure App Service. The same is true of an App Service Kubernetes Environment, we can run App Services, Logic Apps and Azure Functions.

Azure Azure Arc Cloud Native Containers Developer Kubernetes