Akka vs. Azure AI Foundry

A comparison for teams building agentic AI
June 2026 · Microsoft has renamed the product Microsoft Foundry; this card covers the Foundry Agent Service.
Azure AI Foundry is a collection of Azure services to integrate, not a platform — and its Agent Service has no availability or state-durability SLA. Microsoft's own documentation states the Agent Service has no SLA, no automatic failover, and that the recovery point for agent state "can be total loss." Akka delivers agents, memory, streaming, APIs, and governance as one runtime at a contractual 99.9999% SLA, sub-1-minute RTO, and zero-byte RPO.
No SLA
Foundry Agent Service availability
99.9999%
Akka SLA, with indemnities
5+
Azure services to stitch together
Total loss
Documented state recovery point
DimensionAzure AI Foundry (Microsoft Foundry)Akka
What it isAn agent service orchestrating a set of separately provisioned Azure servicesA full-stack agentic systems platform on one runtime
ScopeAgent runtime + bring-your-own Cosmos DB, AI Search, Storage, Key Vault, OpenAI, API Management, Monitor — integrated and operated by youAgents, memory, streaming, APIs, orchestration, observability, and governance on one runtime
Availability SLANo SLA on Agent Service availability or state durability99.9999% — entire platform, backed by indemnities
HA / DRNo automatic failover; no built-in DR; no active-active multi-region replicationActive-active HA/DR; sub-1-min RTO; zero-byte RPO
Recovery point"Can be total loss"; cross-region state lost on failbackZero-byte RPO; state fully preserved
Governance / EU AI ActAssessment & mapping across Purview, Content Safety, API Management, Monitor, Entra — not inline enforcementAspect-woven runtime enforcement + full pre-production governance
PortabilityAzure identity, gateway, and data services; moving off means rebuildingAny cloud, on-prem, or Akka cloud; portable specs; sovereign cloud
Cost modelPer-token / PTU OpenAI + per-RU Cosmos + per-tier AI Search + gateway + per-GB loggingShared compute; up to 90% lower infrastructure; fixed annual fee
CertificationsInherited Azure certifications + Purview Compliance Manager templates19 standards (SOC 2 II + public SOC 3, ISO 27001/42001, HIPAA, PCI DSS, GDPR, NIS2, DORA, EU AI Act, NIST AI RMF)

A Collection of Services to Integrate, Not a Platform

A production agent on Azure AI Foundry is assembled from multiple, separately provisioned, separately billed Azure services. In the Agent Service Standard deployment mode, Microsoft's own setup documentation requires the customer to bring and operate an Azure Cosmos DB account (minimum 3,000 RU/s), an Azure AI Search resource, an Azure Storage account, and an Azure Key Vault — and a realistic production agent also needs Azure OpenAI, an API Management gateway, and Azure Monitor / Application Insights. (Standard agent setup)

Azure serviceRole in an agentWhat the customer owns
Azure OpenAIModel inferencePer-token billing or PTU capacity reservation
Azure Cosmos DBAgent state / thread memoryPer-RU billing; ≥3,000 RU/s; backup, replication, failover
Azure AI SearchVector store / retrievalPer-tier billing; index rebuild on recovery
Azure StorageUploaded files, attachmentsRedundancy and failover configuration
Azure API ManagementGenerative AI gateway, load balancing, circuit breakerMulti-region gateway deployment and policy
Azure Monitor / App InsightsObservabilityPer-GB ingestion; multi-region instances

Microsoft's documentation is explicit that the customer operates durability: "Microsoft and you jointly operate the Foundry Agent Service… You own the durability of stateful dependencies (Azure Cosmos DB, Azure AI Search, Azure Storage)." (HA/DR for Foundry) The integration, the reliability, and the recovery across these seams are the customer's responsibility. Akka delivers agents, durable memory (4ms reads / sub-10ms writes), real-time streaming, an API layer, orchestration, observability, and governance on one runtime — provisioned once, operated as one system, under one SLA.

The Agent Service Has No HA/DR Availability SLA

This is stated in Microsoft's own current documentation (HA/DR pages last updated April–May 2026):

MetricAzure AI Foundry Agent ServiceAkka
Availability SLANo SLA (availability or state durability)99.9999%
HA/DR modeWarm-standby reconstruction; no automatic failoverActive-active, automatic
RTO"30 or more minutes per project"Sub-1 minute
RPO"Can be total loss"Zero byte
Multi-region"No supported method for active-active"Active-active across regions
State on failover"Standby-region state is permanently lost"Fully preserved

Microsoft documents that recovery on Azure is reconstruction, not failover: "Warm standby environments start mostly empty. Recovery is reconstruction, not promotion of a hot replica," and recovered agents "have no access to prior threads," with "no state… transferable between regions." (Platform outage recovery)

Azure platform outages are a documented reality

A regional event is not a tail risk for an agent with no availability SLA and a "total loss" recovery point. Oct 29, 2025 — an Azure Front Door global configuration fault broke routing and authentication across Azure-fronted services for hours. May 29, 2026 — Azure OpenAI Service had a multi-region outage (failures, timeouts, 5XX) with pronounced impact across Europe and Australia East, from retry amplification cascading across regions. (Azure status history)

Cost: Many Meters vs. One Fee

AI systems built on Akka are up to 90% cheaper to operate than Python-based systems — a function of the infrastructure required to run the same agentic transaction volume, not list price. On Azure AI Foundry, cost is the sum of independent meters: per-token or PTU-reserved OpenAI, per-RU Cosmos DB (≥3,000 RU/s minimum), per-tier AI Search, gateway units, and per-GB log ingestion.

PTU reservations carry a substantial monthly floor; independent 2026 pricing analyses put a single minimum PTU reservation in the low thousands of dollars per month before the surrounding services are counted (CloudZero). Each meter scales independently, making the total bill hard to forecast.

 

Akka runs orchestration, agents, memory, streaming, APIs, observability, and governance on shared compute under a fixed annual fee. The efficiency is structural: actor-based concurrency delivers ~10 trillion tokens per core per year versus ~2 trillion for comparable solutions, and ~80% less compute than Python-based frameworks. Manulife reported up to 300% more concurrency and 30–50% faster processing after porting Python-based systems to Akka. (akka.io/blog/go-slow-to-go-fast)

Governance and the EU AI Act: Assessment vs. Inline Enforcement

The penalties are enforceable now

ViolationMaximum Fine
Prohibited AI practices (Art. 5)EUR 35M or 7% global turnover
High-risk obligations (Art. 9-15)EUR 15M or 3% global turnover
Supplying incorrect informationEUR 7.5M or 1.5% global turnover

Prohibited-practice penalties enforceable since Feb 2025, high-risk since Aug 2025; high-risk AI carries a 10-year logging-retention obligation (Art. 72).

Microsoft has real assessment tooling: Purview Compliance Manager ingests the EU AI Act, extracts controls with AI, maps improvement actions, and syncs Foundry evaluation results. (Purview + Foundry) That assesses and documents. The line is architectural: it observes, scores, and maps across several services — it is not a single enforcement plane woven into the agent's execution.

RequirementAzure approach — the gap
Real-time policy enforcementContent Safety + API Management; multiple points, not a unified inline engine
Decision explainabilityPost-hoc evaluations, not an inline record of a running decision
Immutable interaction logStandard Monitor/Purview logs, not a hash-chained ledger
Human pause / overrideNot built in; a log reader cannot stop a running process
Authorization captureCorrelate Entra + RBAC + gateway logs, not captured atomically
PII scrub with explainDetection exists; no single atomic scrub-and-explain
Pre-deployment classification + sign-offCompliance Manager checklists, not a runtime-gating attestation engine
Sealed audit artifactAssembled from reports; no per-deployment sealed package

Akka's governance is aspect-woven into the runtime: inline guardrails, policies, LLMs-as-a-judge, and sanitizers execute within the agents; evidence is hash-chained and immutable; humans can pause, override, or nudge a running process; PII is scrubbed and explained atomically. Before a system ships, Akka classifies it against 189 regulations and 962 controls (574 carrying financial penalties), routes change events to the right reviewers, and emits a sealed Governance Posture Package. Akka Verify proves conformance from the running system.

Two Lifecycles, One Certified System

Building on Azure AI Foundry means developers assembling agents against Azure SDKs and portals; there is no first-class lifecycle for a risk officer to author and independently version the safeguard contract. Akka runs two independent lifecycles on one platform via Akka Specify:

Build lifecycle
Functional contract
"Rank incoming ER patients by acuity and route the top three to a clinician."
Product · developers · ML engineers · domain experts
v1.4 · versioned · tested
Govern lifecycle
Safeguard contract
"Block prohibited practices under EU AI Act Article 5; notify regulators within 24h of any incident."
Risk · security · compliance
v2.1 · versioned & tested independent of the build
Akka Specify
AI-assisted authoring
generates · tests · runs
One certified AI service
Built, governed, and running
  • Agents, tools, orchestration, memory, APIs, streaming, UI
  • Guardrails, sanitizers, HITL/HOTL, evaluations, halts
  • Interaction, evidence, and causal logging
Akka Verify ↻ validates the running system against both specs and fine-tunes the AI from production data.

The build lifecycle and the governance lifecycle are versioned and tested independently, by different audiences. Azure AI Foundry has no equivalent governance authoring lifecycle that produces a certified, sealed system.

Real-Time Streaming at Petabyte Scale

Azure AI Foundry has no built-in streaming engine; real-time pipelines are provisioned separately and operated by the customer. Akka's streaming is built into the runtime — continuous, backpressured, petabyte-scale, in-memory, with no external broker — powering both agent feedback loops and high-throughput data processing (the engine behind Tubi's real-time hyper-personalization at 5 billion tokens per second).

For the Buyer: A Recent, Renamed Product vs. an 18-Year Platform

Microsoft is a durable company; the question is the maturity of the product. Foundry Agent Service reached general availability at Build in May 2025, and the product is mid-rebrand from "Azure AI Foundry" to "Microsoft Foundry," with RBAC roles renamed from "Azure AI User/Owner/Project Manager" to "Foundry User/Owner/Project Manager" as the change rolls out. (HA/DR for Foundry) It is a young, evolving agent layer assembled over a set of Azure services — and that layer ships today with no availability or state-durability SLA.

Buyer concernAzure AI FoundryAkka
Product maturityGA May 2025; active rebrand (Azure AI Foundry → Microsoft Foundry) and RBAC rename in progress18 years; 100,000+ production deployments; 52 banks; 2B+ people reached daily
Scope of accountabilityCustomer integrates and operates Cosmos DB, AI Search, Storage, gateway, OpenAI; Agent Service has no SLAOne platform, one SLA, 24/7 SRE — Akka owns the running system
Risk transferStandard Azure terms; no Agent Service availability/durability SLAAvailability and data-integrity guarantees backed by contractual indemnities
HA / DRNo automatic failover; "total loss" recovery pointActive-active; sub-1-min RTO; zero-byte RPO
Certifications & auditsInherited Azure certifications + Purview Compliance Manager templates19 standards — SOC 2 II + public SOC 3, ISO 27001/42001, HIPAA, PCI DSS, GDPR, NIS2, DORA, EU AI Act, NIST AI RMF — plus annual pen tests, SBOMs, 40+ policies (trust.akka.io)
Budget predictabilitySeveral independent meters that scale with loadFixed annual fee on shared compute

The decision is scope and accountability: Azure AI Foundry gives you an agent service to wire your Azure estate around; Akka gives you the integrated platform with the SLA on the whole thing.

Customers Running Agentic and Real-Time Systems on Akka

Manulife
Agentic AI
selected Akka (Mar 2026) to operationalize agentic AI with regulated-grade governance
Tubi
5B tok/s
real-time hyper-personalization engine
Swiggy
71ms
order-assignment AI, ~50% latency reduction
John Deere
1,000+
tractor sensors turned into real-time insight
Verizon
750%
order-processing capacity gain; 6s → 2.4s response

Common Questions

We're already on Azure. Why add Akka?
Akka deploys inside your Azure VPC. You keep your Azure infrastructure, your Entra ID, and your networking — Akka runs alongside them and adds the integrated runtime, active-active HA/DR, the 99.9999% SLA, and inline governance the Foundry Agent Service does not provide on its own.
Won't Microsoft close the HA/DR gap soon?
Microsoft's current documentation (updated Apr–May 2026) states the Agent Service has no availability or state-durability SLA, no automatic failover, no built-in DR, and that the recovery point "can be total loss." Until that changes in the product, the availability of an assembled Foundry agent is the customer's responsibility. Akka delivers active-active HA/DR with a contractual SLA today.
Doesn't Microsoft already cover the EU AI Act?
Microsoft has real assessment tooling: Purview Compliance Manager extracts EU AI Act controls, maps improvement actions, and syncs Foundry evaluation results. That assesses and documents; it does not enforce inline. The Act expects immutable records witnessed as they happen, human override of a running process, authorization capture at execution time, and pre-deployment classification that gates a release. Akka enforces these in the runtime and produces a sealed posture package.
Isn't Foundry cheaper because we have an EA?
EA discounts apply to individual Azure services, but a production agent still meters across Azure OpenAI, Cosmos DB, AI Search, Storage, the gateway, and logging — each scaling independently. Akka's shared-compute model runs all of it on one runtime at a fixed annual fee, and is up to 90% cheaper to operate for the same agentic transaction volume.

Sources

Foundry HA/DR (no SLA, no failover): learn.microsoft.com/en-us/azure/foundry/how-to/high-availability-resiliency (updated 2026-04-15) — "Agent Service has no availability or state durability SLA"; "Foundry itself doesn't provide automatic failover or disaster recovery"; customer owns durability of Cosmos DB / AI Search / Storage
Foundry Agent Service DR: learn.microsoft.com/en-us/azure/foundry/how-to/agent-service-disaster-recovery (updated 2026-05-12) — "doesn't replicate state, create backups, or support point-in-time restore"; "no supported method for active-active, multi-region replication"; "recovery point for stateful content can be total loss"
Foundry platform outage recovery: learn.microsoft.com/en-us/azure/foundry/how-to/agent-service-platform-disaster-recovery — RTO "30 or more minutes per project"; "reconstruction, not promotion of a hot replica"; "standby-region state is permanently lost"
Standard agent setup (required services): learn.microsoft.com/en-us/azure/foundry/agents/concepts/standard-agent-setup — Cosmos DB (≥3,000 RU/s), AI Search, Storage, Key Vault required; plus OpenAI, API Management, Monitor
Foundry Agent Service GA: techcommunity.microsoft.com — GA announced at Build, May 2025
Purview + Foundry governance: learn.microsoft.com/en-us/purview/ai-azure-foundry — Compliance Manager extracts EU AI Act controls, maps improvement actions, syncs Foundry evaluations (assessment/mapping)
Azure OpenAI / PTU pricing (third-party): cloudzero.com/blog/azure-openai-pricing; opslyft.com/blog/azure-openai-pricing — PTU minimum reservations and multi-meter cost
Azure outages: azure.status.microsoft/en-us/status/history — Oct 29 2025 Front Door global fault; May 29 2026 Azure OpenAI multi-region outage (Europe / Australia East)
Akka performance: akka.io/blog/go-slow-to-go-fast — Manulife up to 300% more concurrency, 30–50% faster; ~10T vs ~2T tokens/core; ~80% less compute than Python
Akka platform: 99.9999% availability, active-active HA/DR, sub-1-min RTO, zero-byte RPO (contractual indemnities); 189 regulations / 962 controls / 574 with penalties; 100,000+ deployments / 18 years; profitable; Dell Technologies Capital
Akka trust center: trust.akka.io — 19 compliance standards; SOC 2 II + public SOC 3; annual pen tests, SBOMs, 40+ policies
Manulife: akka.io/blog/manulife-selects-akka-to-operationalize-agentic-ai (March 10, 2026)