Blog

Why you should be using Azure Security Center

Why you should be using Azure Security Center

Whether you're brand new to Azure or have been using it for some time, you have likely either heard of - or come across - Azure Security Center. It's a service which can prove extremely valuable in baselining, measuring and improving your security posture. But, did you know there is additional functionality beyond the free tier? You may have previously known this as the standard tier, or now know this as Azure Defender, where you can opt in for those Azure Services that you particularly want to protect.

Azure Cloud Governance DevSecOps Monitoring Security
Why you should get involved in the Tech Community

Why you should get involved in the Tech Community

I recently gave a talk on my journey into the Azure Technical Community. While my day job is working for Microsoft, I get a lot of energy through blogging, podcasting and vlogging - ultimately, helping others grow, inspiring and encouraging them along their own technical journey. In this blog, I write about why I got involved with the technical community, some of my reflections on the journey and what I continue to look forward to.

Community Developer Engagement DevRel People Technical Community
How I use Azure Integration Services on Cloud With Chris

How I use Azure Integration Services on Cloud With Chris

I've written blog posts previously around Azure Service Bus vs Azure Storage Queues, as well as an introduction to Azure Logic Apps and how I used it at the time. Back then, my use-case was fairly rudimentary and focused on a specific scenario. In this blog post, I explain the changes that I have made and how I've used common cloud design / integration patterns to implement a more robust solution.

App Development Architecture Integration Messaging
Choosing between Azure Static Web Apps and Static sites on Azure Storage

Choosing between Azure Static Web Apps and Static sites on Azure Storage

If you've seen any of my community talks, then you'll be aware that Static sites and the Static Content Hosting Pattern is a passion area of mine. In Azure, there are a couple of great services that stand out when building towards this approach. These are Azure Static Web Apps and the Static sites functionality in Azure Blob Storage. But, which one is right for your scenario? Read on to find out more.

Hugo Static Content Static sites
Making cloudwithchris.com more accessible

Making cloudwithchris.com more accessible

I've recently been on a journey. I've recently come across a number of accessibility issues on cloudwithchris.com. I've been working on making the site more accessible, and I've also been working on making it more inclusive. In this blog post, I'm going to outline some of my findings, the tools that I used to identify those, and how I've worked to fix them. This is an ongoing project, so I'll provide further posts as it makes sense.

Accessibility Development Diversity and Inclusion Web Development
Azure Storage Queues vs Azure Service Bus Queues - Which should I use when?

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

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)

Introducing the Cloud Native Compute Foundation (CNCF)

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

Using API Management Policies to enforce access restriction policies

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

Introduction to Azure API Management

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

Introduction to Project Bicep - The evolution of ARM Templates

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