Azure Cosmos DB Graph API: Modeling Connected Data

While Cosmos DB is known for its document (SQL) API, its Graph API powered by Apache TinkerPop and Gremlin query language is incredibly powerful for connected data. If your data is about relationships – social networks, recommendations, knowledge graphs – the Graph API might be the right choice. When to Use Graph Graph databases excel […]

Read more โ†’
Posted in UncategorizedTagged

Azure Kubernetes Service: Production Best Practices Guide

Running Kubernetes in production requires careful planning across networking, security, reliability, and operations. After managing multiple production AKS clusters, here are the practices that matter most. Cluster Configuration Start with the right foundation. These settings are hard to change later: Azure CNI Networking: Use Azure CNI for production. It provides better network performance and is […]

Read more โ†’
Posted in UncategorizedTagged ,

Event-Driven Architecture with Azure Event Grid

Azure Event Grid is the backbone of event-driven architectures on Azure. It’s a fully managed event routing service that uses a publish-subscribe model. Unlike messaging services (Service Bus, Event Hubs), Event Grid is optimized for reactive programming patterns where you want instant notifications of state changes. Event Grid Architecture Key Concepts Topics are endpoints where […]

Read more โ†’

Azure Arc for Kubernetes: Unified Hybrid Cloud Management

Azure Arc for Kubernetes extends Azure’s control plane to any conformant Kubernetes cluster – whether it’s running on-premises, in other clouds, or at the edge. After months of working with Arc in preview, I want to share practical insights on when and how to use it effectively. What Azure Arc Actually Does When you connect […]

Read more โ†’
Posted in UncategorizedTagged ,

Microsoft Ignite 2020: Top Azure Announcements for Developers

Microsoft Ignite 2020 went fully virtual this year due to the pandemic, but that didn’t slow down the announcement pace. As someone who follows Azure closely, here are the announcements that matter most for developers and architects. Azure Communication Services This is potentially the biggest announcement for developers building communication features. Azure Communication Services (ACS) […]

Read more โ†’
Posted in UncategorizedTagged