--- id: agent-framework-azurefunctions version: "1.0.0b260730" license: unclear license_treatment: permissive maintenance: active --- # agent-framework-azurefunctions — Azure Functions integration for Microsoft Agent Framework. License: permissive · Maintenance: active · Downloads: 516.9K/mo ## What it is and what it does This package integrates Microsoft Agent Framework agents with Azure Durable Functions, allowing agents to run as serverless workloads while maintaining state across invocations. It wraps the core agent framework with Azure-specific bindings, exposing agents through HTTP endpoints (e.g., `/api/agents/{agent_name}/run`) and leveraging Durable Functions' orchestration capabilities for automatic failure recovery and conversation history replay. The package is a beta release (1.0.0b260730) maintained by Microsoft and depends on agent-framework-core, agent-framework-durabletask, azure-functions, and azure-functions-durable. It targets developers building AI agents on Azure's serverless infrastructure who need durable state management and built-in resilience without managing their own persistence layer. Use it for: - Deploy conversational AI agents on Azure that automatically recover from transient failures and replay prior interactions. - Build multi-turn agent workflows where conversation state persists across function invocations without manual session management. - Host multiple agents on a single Azure Functions app and route requests to them via generated REST endpoints. - Integrate agents with Azure's orchestration layer to coordinate complex, long-running agent tasks across services. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Hosts Microsoft Agent Framework agents on Azure Durable Functions, enabling stateful agent execution with automatic conversation history replay and failure recovery. Yes, if you are building agents on Azure and need durable state management. The package is actively maintained, has low install friction, and is licensed permissively. However, it is in beta (1.0.0b260730), so expect potential API changes; verify that your use case aligns with the Durable Functions model and that the upstream agent-framework packages meet your stability requirements. ## Install pip install agent-framework-azurefunctions uv add agent-framework-azurefunctions poetry add agent-framework-azurefunctions ## Installing agent-framework-azurefunctions Before you install: Low install friction with a pure-Python wheel. The package is in active development (released 15 days ago, last commit 2026-08-14) and depends on four runtime packages including agent-framework-core and azure-functions-durable. Supports Python 3.10–3.13. License in practice: Licensed under MIT (permissive), allowing use in commercial and private projects with minimal restrictions. Quickstart: pip install agent-framework-azurefunctions --pre from agent_framework.azure import AgentFunctionApp _app = AgentFunctionApp() Requires Python 3.10 or later. The --pre flag is needed because this is a beta release (1.0.0b260730). Verify before relying: - Whether agent-framework-core and agent-framework-durabletask are stable or also in beta. - Performance characteristics and scalability limits for stateful agent workloads on Durable Functions. - Specific Azure subscription or configuration requirements beyond standard Durable Functions setup. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 516.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags azure durable functions agent hosting, stateful agent framework azure, agent persistence azure functions, microsoft agent framework durable, azure agents with state management, durable task agent execution, serverless agent framework azure, azure-serverless, agent-framework, durable-state [View on SkillFed](https://skillfed.io/packages/agent-framework-azurefunctions) · [View on PyPI](https://pypi.org/project/agent-framework-azurefunctions/)