Infrastructure as Code with ARM Templates and Bicep: Part 4 – Introduction to Bicep
Azure Bicep is a domain-specific language (DSL) that provides a more concise and readable syntax for deploying Azure resources. Bicep compiles to ARM templates, so
Come and explore with me
Advanced Prompt Engineering Patterns for Claude in Azure AI Foundry
Model Context Protocol Part 4: Enterprise Integration Patterns – Security, Scaling, and Production Deployment
Model Context Protocol Part 3: Building MCP Servers in Node.js and C# – Cross-Platform Implementation Guide
Model Context Protocol Part 2: Building Your First MCP Server with Python and FastMCP
Model Context Protocol Part 1: Understanding the New Standard for AI-Data Integration
Vector Databases Part 8: Lessons Learned and Reality Check
How to Setup Docker: Complete Installation Guide for Linux, Windows, and macOS
Vector Databases Part 7: Production Deployment Patterns and Operations
Vector Databases Part 6: GraphRAG Architecture and Knowledge Graphs
Vector Databases Part 5: Advanced Optimization and Reranking Strategies Azure Bicep is a domain-specific language (DSL) that provides a more concise and readable syntax for deploying Azure resources. Bicep compiles to ARM templates, so
As your infrastructure grows in complexity, you’ll need advanced ARM template patterns to maintain modularity, handle conditional deployments, and efficiently create multiple similar resources. This
Building on our storage account foundation from Part 1, we’ll now create a complete web application infrastructure. This part covers virtual networks, app services, SQL
Infrastructure as Code (IaC) has revolutionized how we deploy and manage cloud resources. Instead of clicking through Azure portal screens, we can define our entire
Advanced Azure API Management scenarios including B2B authentication, policy testing, performance optimization, and production security best practices for enterprise deployments.
Practical implementation guide for custom authentication flows in Azure API Management. Learn multi-step authentication, external identity provider integration, and claims transformation with real examples.
Welcome to the final part of our service scheduler series! Today we focus on production deployment, monitoring, testing strategies, and performance optimization. Production Deployment Strategies
Welcome to Part 4 of our service scheduler series! Today we explore advanced scheduling features and build a REST API for managing our services. Advanced
Deep dive into Azure API Management authentication and authorization policies. Learn JWT validation, OAuth 2.0 integration, certificate-based auth, and role-based access control with practical examples.
Welcome to Part 3 of our service scheduler series! Today we implement the ServiceManager – the orchestrator of our system. Service Manager Architecture The ServiceManager