Deploy your Azure AI agent to production with Docker, Container Apps, CI/CD, and monitoring.
Category: Azure
Azure AI Foundry in 2025: Building Your First AI Agent in 30 Minutes – Part 3
Write production-ready code for your Azure AI Foundry agent. Part 3 covers Python, Node.js, and C# implementations with error handling, retry logic, configuration management, and local testing.
Azure AI Foundry in 2025: Building Your First AI Agent in 30 Minutes – Part 2
Build your first AI agent with Azure AI Foundry. Part 2 covers system instructions, RAG implementation, File Search tool configuration, knowledge base upload, and agent testing. Transform your deployed model into an intelligent customer support agent.
Azure AI Foundry in 2025: Building Your First AI Agent in 30 Minutes – Part 1
Learn how to build your first AI agent using Azure AI Foundry in 2025. Part 1 covers setup, prerequisites, project creation, and model deployment. Start your journey to creating intelligent, production-ready AI agents in just 30 minutes.
Real-Time Sentiment Analysis with Azure Event Grid and OpenAI – Part 5: Advanced Patterns and Production Operations
Welcome to the final part of our comprehensive real-time sentiment analysis series! Throughout Part 1 (architecture foundation), Part 2 (Azure OpenAI integration), Part 3 (stream
Real-Time Sentiment Analysis with Azure Event Grid and OpenAI – Part 4: Dashboard, Alerting, and User Experience
Welcome to Part 4 of our real-time sentiment analysis series! In Part 1, we built the architecture foundation, Part 2 implemented Azure OpenAI integration, and
Real-Time Sentiment Analysis with Azure Event Grid and OpenAI – Part 3: Real-Time Processing and Stream Analytics
Welcome to Part 3 of our real-time sentiment analysis series! In Part 1, we built the event-driven architecture foundation, and in Part 2, we implemented
Real-Time Sentiment Analysis with Azure Event Grid and OpenAI – Part 2: Azure OpenAI Integration and AI Processing
Welcome back to our real-time sentiment analysis series! In Part 1, we established the event-driven architecture foundation. Now, let’s dive deep into the AI processing
Real-Time Sentiment Analysis with Azure Event Grid and OpenAI – Part 1: Architecture Foundation and Event-Driven Design
In today’s digital landscape, understanding customer sentiment in real-time has become crucial for business success. Whether it’s analyzing social media mentions, product reviews, support tickets,
Mastering Dead Letter Handling and Retry Policies in Azure Event Grid – Part 4: Advanced Topics and Reference Architecture
Welcome to the final part of our comprehensive Azure Event Grid resilience series! In Part 1, we covered foundational concepts, Part 2 explored implementation details,