Deploy Azure Container Apps Jobs – Terraform: manual, scheduled, event-driven triggers using KEDA and Service Bus. Scale to zero, pay only per execution.
PlantUML Server in Azure Container Apps for Agentic AI App
One of the capabilities I’m most proud of is **diagram-rich storytelling**: PlantUML Server in Azure Container Apps is authored automatically by AI agents, rendered to PNG/SVG, and embedded in Markdown, PDF, and DOCX outputs — without a single human touching a diagramming tool.
Deploy Next.js SSR on Azure Container Apps (Full Guide)
In this guide, I walk through deploying Next.js SSR on Azure Container Apps — how I containerized the application with server-side rendering, integrated Auth0 authentication, and provisioned everything with Terraform IaC and GitHub Actions CI/CD. This is the frontend for DocWriter Studio, an agentic AI document generation system.
Building AI Agent Workflows with Azure Service Bus | Part 2
Building AI Agent Workflows with Azure Service Bus using queues and topics for horizontal scaling — A deep dive into the DocWriter Studio architecture.
✅ Queue-based decoupling enables independent scaling of AI agent stages
✅ Azure Service Bus topics provide zero-code observability through pub/sub patterns
✅ 5-minute lock durations accommodate slow LLM calls without message loss
✅ Dead letter queues isolate poison messages for debugging
✅ Azure Container Apps enable scale-to-zero for cost optimization
✅ Matrix CI/CD builds maintain 11 function images with minimal overhead
Build a docker image in a self-hosted agent running on Azure Container Instances
How can a self-hosted agent running on Azure Container Instances create a docker image? Even while the question may seem simple, it is difficult. Suppose you’ve already set up a self-hosted agent on an Azure Container Instance (ACR); if you’re unsure how to do so, check out my blog right here! You run a pipeline with a simple docker image and … you get the below error: Unable to locate […]
Self-hosted agent on Linux created in 3 minutes
Self-hosted agent on Linux In some cases is necessary, for example, you need to integrate with VNET – because the resources you want to access are not publicly accessible. This can be a storage account, container registry, or many others. Using my instruction you build and run a self-hosted agent in 3 minutes. If you don’t want to read the full problem resolution, you can jump into GitHub for all […]
