Azure Event Grid - Introduction

Azure Event Grid - Create Custom Events

Azure Event Grid is an eventing back plane that enables event-driven and reactive programming. In this blog post series we will understand Azure Event Grid and look at developing an event driven application using Azure Event Grid as the backplane

June 24, 2022 · (updated February 2, 2024) · 5 min · Pradeep Loganathan
Azure Event Grid - Introduction

Azure Event Grid - Creating a Topic

Azure Event Grid is an eventing back plane that enables event-driven and reactive programming. In this blog post series we will understand Azure Event Grid and look at developing an event driven application using Azure Event Grid as the backplane

June 23, 2022 · (updated February 5, 2024) · 1 min · Pradeep Loganathan
Azure Event Grid - Introduction

Introduction to Azure Event Grid

Azure Event Grid is an eventing back plane that enables event-driven and reactive programming. In this blog post series we will understand Azure Event Grid and look at developing an event driven application using Azure Event Grid as the backplane

June 22, 2022 · (updated February 5, 2024) · 4 min · Pradeep Loganathan
Building a secure and high-performance AKS Kubernetes cluster using Terraform

Building a secure and high-performance AKS Kubernetes cluster using Terraform

I have been part of a couple of build outs where we built Kubernetes clusters to run our cloud workloads. These builds involved deploying AKS clusters using terraform and AzDO. Designing the AKS infrastructure is key to ensure that the cloud workloads running on them can be deployed, secured, and hosted effectively. In this post I am documenting the general steps involved in building out a Kubernetes infrastructure on Azure Kubernetes Service (AKS) using terraform and deploy workloads using Azure devops (AzDO) and Helm charts....

September 9, 2021 · (updated February 5, 2024) · 14 min · Pradeep Loganathan
Off the blocks with the new Cosmos Db SDK-V4

Off the blocks with the new Cosmos Db SDK - V4

Creating Cosmos Db Infrastructure The azure Cosmos DB team provides SQL API SDK’s for various languages. At the time of writing this post the NuGet package for .NET core is at version 4 preview 3. The GitHub repo for this NuGet package is here . To get started we can use the Cosmo Db emulator locally or create a Cosmos Account on Azure. We can log onto Azure portal to create a Cosmos Account or use Azure CLI....

November 2, 2020 · (updated February 2, 2024) · 7 min · Pradeep Loganathan
High performance Data modelling in Azure Cosmos Db

High performance Data modelling in Azure Cosmos Db

It is imperative to understand core concepts involved in modelling data in Cosmos Db to harness its power. It is an extremely powerful cloud native database.

October 30, 2020 · (updated February 2, 2024) · 10 min · Pradeep Loganathan
Getting started with Cosmos DB

Getting started with Cosmos DB

Cosmos DB is a cloud native database engine on Azure. It is a born-in the-cloud database with no legacy compatibility requirements. It can expose data using a variety of models and API’s.

October 21, 2020 · (updated February 5, 2024) · 4 min · Pradeep Loganathan