| Azure Foundry | ✅ | ✅ | ✅ | Hosts OpenAI models ie. GPT-4o, GPT-4o-mini, and text-embedding-3-large deployments for AI-powered features and conversational assistants. |
| Azure AI Search | ✅ | ✅ | ✅ | Fast, accurate search across indexed content (Free tier on Starter; Standard on Business/Enterprise). |
| Azure AI Multi-Service Account (Cognitive Services) | ✅ | ✅ | ✅ | Shared multi-service Cognitive Services account backing AI capabilities. |
| Azure AI Document Intelligence (Form Recognizer) | ✅ | ✅ | ✅ | Extracts structured data/text from uploaded documents during indexing. |
| Azure AI Speech Service | ❌ | ✅ | ✅ | Speech-to-text / text-to-speech for voice-enabled features. (Enterprise labels this "Azure AI Language".) |
| Azure Database for PostgreSQL (Flexible Server) | ✅ | ✅ | ✅ | Starter hosts 3 databases (application, SpiceDB, memory); Business/Enterprise host all 6 (adds amigo, evaluation, redteam). |
| Azure Cache for Redis (Azure Managed Redis) | ✅ | ✅ | ✅ | Caching / distributed messaging layer. |
| Azure Cosmos DB (NoSQL) | ✅ | ✅ | ✅ | Backs the Auth Watch service. |
| Azure Container Apps (Environment + SpiceDB) | ✅ | ✅ | ✅ | Hosts the SpiceDB fine-grained authorization service behind a private environment. |
| Virtual Network, Private Endpoints & Private DNS Zones | ✅ | ✅ | ✅ | Private networking / isolation for Postgres, Redis, Cosmos DB, and Container Apps. |
| App Service Plans + App Service (Web Apps) | ✅ | ✅ | ✅ | Starter: 10 web apps. Business/Enterprise: 15 web apps (adds coworkers, workflow, evaluation, redteam, SharePoint). |
| Azure Functions (Search Backup) | ✅ | ✅ | ✅ | Scheduled backup/cleanup of the Azure AI Search index. |
| Azure Storage Account | ✅ | ✅ | ✅ | Main app storage (PDFs, code-act, indexing steps, SharePoint staging, backups) plus a dedicated Function App account. |
| Azure Service Bus | ✅ | ✅ | ✅ | Basic-tier namespace with queues for async processing (tagging, embedding, extraction, indexing, SharePoint events). |
| Log Analytics Workspace | ✅ | ✅ | ✅ | Central destination for diagnostic logs from web apps and function apps. |
| Logic Apps (Email Indexing) + Office 365 Connection | ✅ | ✅ | ✅ | Outlook/Office 365 connector workflow for ingesting email into indexing. |
| Azure Communication Services + Email Services + Domain | ✅ | ✅ | ✅ | Sends transactional/notification email via an Azure-managed domain. |
| Azure Monitor Action Group + Metric Alert | ✅ | ✅ | ✅ | Health-check alerting on the search-backup Function App. (Enterprise: Azure Monitor.) |
| Application Insights | ❌ | ✅ | ✅ | Two instances (main app + search-backup function). Commented out on Starter. |
| API Management | ❌ | ✅ | ✅ | Centralized API management with security, authentication, and scaling. Placeholder-only on Starter/Business. |
| Azure Front Door / CDN | ❌ | ✅ | ✅ | Global load balancing, high availability, and fast content delivery. Placeholder-only on Starter/Business. |
| Azure Session Pools (sandboxed code execution) | ❌ | ✅ | ✅ | Isolated sandbox environments for running untrusted code (deep-agent reasoning). |
| Azure Kubernetes Service (AKS) | ❌ | ❌ | ✅ | Hosts Langfuse for LLM/agent tracing, debugging, and evaluation. |
| Azure Virtual Machine (Sentry) | ❌ | ❌ | ✅ | Hosts the self-managed Sentry error/performance monitoring tool. On Starter/Business only empty SENTRY_DSN placeholders exist. |