{"id":45070,"date":"2025-08-13T08:00:00","date_gmt":"2025-08-13T15:00:00","guid":{"rendered":""},"modified":"2026-04-07T12:01:29","modified_gmt":"2026-04-07T19:01:29","slug":"agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/","title":{"rendered":"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><em>This blog post is the first out of a six-part blog series called <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/tag\/agent-factory\/\" target=\"_blank\" rel=\"noreferrer noopener\">Agent Factory<\/a> which will share best practices, design patterns, and tools to help guide you through adopting and building agentic AI.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"beyond-knowledge-why-enterprises-need-agentic-ai\">Beyond knowledge: Why enterprises need agentic AI<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Retrieval-augmented generation (RAG) marked a breakthrough for enterprise AI\u2014helping teams surface insights and answer questions at unprecedented speed. For many, it was a launchpad: copilots and chatbots that streamlined support and reduced the time spent searching for information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, answers alone rarely drive real business impact. Most enterprise workflows demand action: submitting forms, updating records, or orchestrating multi-step processes across diverse systems. Traditional automation tools\u2014scripts, Robotic Process Automation (RPA) bots, manual handoffs\u2014often struggle with change and scale, leaving teams frustrated by gaps and inefficiencies.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is where agentic AI emerges as a game-changer. Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes and enabling a new era of enterprise automation.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/azure.microsoft.com\/en-us\/products\/ai-foundry\">Build agentic AI with Azure AI Foundry<\/a><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"patterns-of-agentic-ai-building-blocks-for-enterprise-automation\">Patterns of agentic AI: Building blocks for enterprise automation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While the shift from retrieval to real-world action often begins with agents that can use tools, enterprise needs don\u2019t stop there. Reliable automation requires agents that reflect on their work, plan multi-step processes, collaborate across specialties, and adapt in real time\u2014not just execute single calls.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The five patterns below are foundational building blocks seen in production today. They\u2019re designed to be combined and together unlock transformative automation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-tool-use-pattern-from-advisor-to-operator\">1. Tool use pattern\u2014from advisor to operator<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Modern agents stand out by driving real outcomes. Today\u2019s agents interact directly with enterprise systems\u2014retrieving data, calling Application Programming Interface (APIs), triggering workflows, and executing transactions. Agents now surface answers and also complete tasks, update records, and orchestrate workflows end-to-end.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.microsoft.com\/en\/customers\/story\/21885-fujitsu-azure-ai-foundry\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Fujitsu<\/strong><\/a> transformed its sales proposal process using specialized agents for data analysis, market research, and document creation\u2014each invoking specific APIs and tools. Instead of simply answering \u201cwhat should we pitch,\u201d agents built and assembled entire proposal packages, reducing production time by 67%.<\/p>\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/07\/image-7.webp\" alt=\"A diagram of a tool\" class=\"wp-image-45071 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--natural)\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/07\/image-7.webp\"><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-reflection-pattern-self-improvement-for-reliability\">2. Reflection pattern\u2014self-improvement for reliability<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Once agents can act, the next step is reflection\u2014the ability to assess and improve their own outputs. Reflection lets agents catch errors and iterate for quality without always depending on humans.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In high-stakes fields like compliance and finance, a single error can be costly. With self-checks and review loops, agents can auto-correct missing details, double-check calculations, or ensure messages meet <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-connecting-agents-apps-and-data-with-new-open-standards-like-mcp-and-a2a\/\">standards<\/a>. Even code assistants, like <a href=\"https:\/\/github.com\/features\/copilot\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub Copilot<\/a>, rely on internal testing and refinement before sharing outputs. This self-improving loop reduces errors and gives enterprises confidence that AI-driven processes are safe, consistent, and auditable.<\/p>\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/07\/image-9.webp\" alt=\"A diagram of a reflection pattern\" class=\"wp-image-45074 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--natural)\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/07\/image-9.webp\"><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-planning-pattern-decomposing-complexity-for-robustness\">3. Planning pattern\u2014decomposing complexity for robustness<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Most real business processes aren\u2019t single steps\u2014they\u2019re complex journeys with dependencies and branching paths. Planning agents address this by breaking high-level goals into actionable tasks, tracking progress, and adapting as requirements shift.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>ContraForce\u2019s<\/strong> Agentic Security Delivery Platform (ASDP) automated its partner&#8217;s security service delivery with security service agents using planning agents that break down incidents into intake, impact assessment, playbook execution, and escalation. As each phase completes, the agent checks for next steps, ensuring nothing gets missed. The result: 80% of incident investigation and response is now automated and full incident investigation can be processed for less than $1 per incident.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Planning often combines tool use and reflection, showing how these patterns reinforce each other. A key strength is flexibility: plans can be generated dynamically by an LLM or follow a predefined sequence, whichever fits the need. <\/p>\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-1.webp\" alt=\"A diagram of a project\" class=\"wp-image-45085 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--natural)\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-1.webp\"><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-multi-agent-pattern-collaboration-at-machine-speed\">4. Multi-agent pattern\u2014collaboration at machine speed<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No single agent can do it all. Enterprises create value through teams of specialists, and the multi-agent pattern mirrors this by connecting networks of specialized agents\u2014each focused on different workflow stages\u2014under an orchestrator. This modular design enables agility, scalability, and easy evolution, while keeping responsibilities and governance clear.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Modern multi-agent solutions use <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/architecture\/ai-ml\/guide\/ai-agent-design-patterns\" target=\"_blank\" rel=\"noreferrer noopener\">several orchestration patterns<\/a>\u2014often in combination\u2014to address real enterprise needs. These can be LLM-driven or deterministic: <strong>sequential orchestration<\/strong> (such as agents refine a document step by step), <strong>concurrent orchestration<\/strong> (agents run in parallel and merge results), <strong>group chat\/maker-checker<\/strong> (agents debate and validate outputs together), <strong>dynamic handoff<\/strong> (real-time triage or routing), and <strong>magentic orchestration<\/strong> (a manager agent coordinates all subtasks until completion).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/news.microsoft.com\/source\/features\/ai\/meet-4-developers-leading-the-way-with-ai-agents\/\" target=\"_blank\" rel=\"noreferrer noopener\">JM Family<\/a> adopted this approach with business analyst\/quality assurance (BAQA) Genie, deploying agents for requirements, story writing, coding, documentation, and Quality Assurance (QA). Coordinated by an orchestrator, their development cycles became standardized and automated\u2014cutting requirements and test design from weeks to days and saving up to 60% of QA time.<\/p>\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-2-1024x644.webp\" alt=\"A diagram of a multi-agent pattern\" class=\"wp-image-45094 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-2-1024x644.webp 1024w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-2-300x189.webp 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-2-768x483.webp 768w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-2.webp 1131w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/image-2-1024x644.webp\"><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-react-reason-act-pattern-adaptive-problem-solving-in-real-time\">5. ReAct (Reason + Act) pattern\u2014adaptive problem solving in real time<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The ReAct pattern enables agents to solve problems in real time, especially when static plans fall short. Instead of a fixed script, ReAct agents alternate between reasoning and action\u2014taking a step, observing results, and deciding what to do next. This allows agents to adapt to ambiguity, evolving requirements, and situations where the best path forward isn\u2019t clear.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, in enterprise IT support, a virtual agent powered by the ReAct pattern can diagnose issues in real time: it asks clarifying questions, checks system logs, tests possible solutions, and adjusts its strategy as new information becomes available. If the issue grows more complex or falls outside its scope, the agent can escalate the case to a human specialist with a detailed summary of what\u2019s been attempted.<\/p>\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/07\/image-8.webp\" alt=\"A diagram of a diagram\" class=\"wp-image-45072 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--natural)\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/07\/image-8.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">These patterns are meant to be combined. The most effective agentic solutions weave together tool use, reflection, planning, multi-agent collaboration, and adaptive reasoning\u2014enabling automation that is faster, smarter, safer, and ready for the real world.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-a-unified-agent-platform-is-essential\">Why a unified agent platform is essential<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-building-your-first-ai-agent-with-the-tools-to-deliver-real-world-outcomes\/\">Building intelligent agents<\/a> goes far beyond prompting a language model. When moving from demo to real-world use, teams quickly encounter challenges:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><strong>How do I chain multiple steps together reliably?<\/strong><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>How do I give agents access to business data\u2014securely and responsibly?<\/strong><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>How do I monitor, evaluate, and improve agent behavior?<\/strong><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>How do I ensure security and identity across different agent components?<\/strong><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>How do I scale from a single agent to a team of agents\u2014or connect to others?<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Many teams end up building custom scaffolding\u2014DIY orchestrators, logging, tool managers, and access controls. This slows time-to-value, creates risks, and leads to fragile solutions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is where <a href=\"https:\/\/ai.azure.com\/\"><strong>Azure AI Foundry<\/strong><\/a> comes in\u2014not just as a set of tools, but as a cohesive platform designed to take agents from idea to enterprise-grade implementation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"azure-ai-foundry-unified-scalable-and-built-for-the-real-world\">Azure AI Foundry: Unified, scalable, and built for the real world<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Azure AI Foundry is designed from the ground up for this new era of <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-creating-a-blueprint-for-safe-and-secure-ai-agents\/\">agentic automation<\/a>. Azure AI Foundry delivers a single, end-to-end platform that meets the needs of both <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-from-prototype-to-production-developer-tools-and-rapid-agent-development\/\">developers<\/a> and enterprises, combining rapid innovation with robust, enterprise-grade controls.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With Azure AI Foundry, teams can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><strong>Prototype locally, deploy at scale:<\/strong> Develop and test agents locally, then seamlessly move to cloud runtime\u2014no rewrites needed. Check out <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/ai-foundry\/how-to\/develop\/sdk-overview?pivots=programming-language-csharp\" target=\"_blank\" rel=\"noreferrer noopener\">how to get started with Azure AI Foundry SDK<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Flexible model choice:<\/strong> Choose from Azure OpenAI, xAI Grok, Mistral, Meta, and over 10,000 open-source models\u2014all via a unified API. A Model Router and Leaderboard help select the optimal model, balancing performance, cost, and specialization. Check out the <a href=\"https:\/\/azure.microsoft.com\/en-us\/products\/ai-model-catalog\" target=\"_blank\" rel=\"noreferrer noopener\">Azure AI Foundry Models catalog<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Compose modular multi-agent architectures:<\/strong> Connect specialized agents and workflows, reusing patterns across teams. Check out <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/ai-foundry\/agents\/how-to\/connected-agents?pivots=portal\" target=\"_blank\" rel=\"noreferrer noopener\">how to use connected agents in Azure AI Foundry Agent Service<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Integrate instantly with enterprise systems:<\/strong> Leverage over 1,400+ built-in connectors for SharePoint, Bing, SaaS, and business apps, with native security and policy support. Check out <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/ai-foundry\/agents\/how-to\/tools\/overview\" target=\"_blank\" rel=\"noreferrer noopener\">what are tools in Azure AI Foundry Agent Service<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Enable openness and interoperability:<\/strong> Built-in support for open protocols like Agent-to-Agent (A2A) and Model Context Protocol (MCP) lets your agents work across clouds, platforms, and partner ecosystems. Check out how to connect to a <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/ai-foundry\/agents\/how-to\/tools\/model-context-protocol\" target=\"_blank\" rel=\"noreferrer noopener\">Model Context Protocol Server Endpoint in Azure AI Foundry Agent Service<\/a>. <\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Enterprise-grade security:<\/strong> Every agent gets a managed Entra Agent ID, robust Role-based Access Control (RBAC), On Behalf Of authentication, and policy enforcement\u2014ensuring only the right agents access the right resources. Check out <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/ai-foundry\/agents\/how-to\/virtual-networks\" target=\"_blank\" rel=\"noreferrer noopener\">how to use a virtual network with the Azure AI Foundry Agent Service<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Comprehensive <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-building-your-first-ai-agent-with-the-tools-to-deliver-real-world-outcomes\/\">observability<\/a>:<\/strong> Gain deep visibility with step-level tracing, automated evaluation, and Azure Monitor integration\u2014supporting compliance and continuous improvement at scale. Check out <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/ai-foundry\/agents\/how-to\/metrics\" target=\"_blank\" rel=\"noreferrer noopener\">how to monitor Azure AI Foundry Agent Service<\/a>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Azure AI Foundry isn\u2019t just a toolkit\u2014it\u2019s the foundation for orchestrating <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-creating-a-blueprint-for-safe-and-secure-ai-agents\/\">secure<\/a>, scalable, and intelligent agents across the modern enterprise. It\u2019s how organizations move from siloed automation to true, end-to-end business transformation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stay tuned:<\/strong> In upcoming posts in our <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/tag\/agent-factory\/\">Agent Factory blog series<\/a>, we\u2019ll show you how to bring these pillars to life\u2014demonstrating how to build secure, orchestrated, and interoperable agents with Azure AI Foundry, from local development to enterprise deployment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Did you miss these posts in the <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/tag\/agent-factory\/\" target=\"_blank\" rel=\"noreferrer noopener\">Agent Factory series<\/a>?<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><u><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-building-your-first-ai-agent-with-the-tools-to-deliver-real-world-outcomes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Building your first AI agent with the tools to deliver real-world outcomes<\/a><\/u><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-top-5-agent-observability-best-practices-for-reliable-ai\/\">Top 5 agent observability best practices for reliable AI<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-from-prototype-to-production-developer-tools-and-rapid-agent-development\/\">From prototype to production\u2014developer tools and rapid agent development<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-connecting-agents-apps-and-data-with-new-open-standards-like-mcp-and-a2a\/\">Connecting agents, apps, and data with new open standards like MCP and A2A<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-creating-a-blueprint-for-safe-and-secure-ai-agents\/\">Creating a blueprint for safe and secure AI agents<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-designing-the-open-agentic-web-stack\/\">Designing the open agentic web stack<\/a><\/li>\n<\/ul>\n\n\n\n<aside class=\"cta-block cta-block--align-left cta-block--has-image wp-block-msx-cta\" data-bi-an=\"CTA Block\">\n\t<div class=\"cta-block__content\">\n\t\t\t\t\t<div class=\"cta-block__image-container\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-2-1024x768.jpg\" class=\"cta-block__image\" alt=\"A close up of a group of 3 D dev tools.\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-2-1024x768.jpg 1024w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-2-300x225.jpg 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-2-768x576.jpg 768w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-2-1536x1152.jpg 1536w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-2-2048x1536.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cta-block__body\">\n\t\t\t<h2 class=\"cta-block__headline\">Azure AI Foundry<\/h2>\n\t\t\t<p class=\"cta-block__text\">Create adaptable AI agents that automate tasks and enhance user experiences.<\/p>\n\t\t\t\t\t\t\t<div class=\"cta-block__actions\">\n\t\t\t\t\t<a\n\t\t\t\t\t\thref=\"https:\/\/azure.microsoft.com\/en-us\/products\/ai-foundry\"\n\t\t\t\t\t\tclass=\"btn cta-block__link btn-link\"\n\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\tLearn more &gt;\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/aside>\n","protected":false},"excerpt":{"rendered":"<p>Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes. Read more about agentic AI in Azure AI Foundry.<\/p>\n","protected":false},"author":39,"featured_media":45404,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":["aiblog-content-sync"],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1454,1456],"tags":[3271,2671,3168],"audience":[3072],"content-type":[1497,1481],"product":[1803,3157,3164],"tech-community":[3041],"topic":[],"coauthors":[3166],"class_list":["post-45070","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-machine-learning","category-devops","tag-agent-factory","tag-ai","tag-large-language-models-llms","audience-ai-professionals","content-type-partnerships","content-type-thought-leadership","product-azure-ai","product-github-copilot","product-microsoft-foundry","review-flag-1680286581-295","review-flag-1680286581-364","review-flag-1680286584-658","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-3-1680286581-173","review-flag-4-1680286581-250","review-flag-5-1680286581-950","review-flag-ai-driven-ai-driven-2","review-flag-alway-1680286580-106","review-flag-fall-1680286584-980","review-flag-integ-1680286579-214","review-flag-lever-1680286579-649","review-flag-new-1680286579-546","review-flag-partn-1680286579-901"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Agent Factory: The new era of agentic AI\u2014common use cases and design patterns | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes. Learn more about agentic AI in Azure AI Foundry.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes. Learn more about agentic AI in Azure AI Foundry.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-13T15:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-07T19:01:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1260\" \/>\n\t<meta property=\"og:image:height\" content=\"709\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Yina Arenas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yina Arenas\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/yina-arenas\/\",\"@type\":\"Person\",\"@name\":\"Yina Arenas\"}],\"headline\":\"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns\",\"datePublished\":\"2025-08-13T15:00:00+00:00\",\"dateModified\":\"2026-04-07T19:01:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/\"},\"wordCount\":1543,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg\",\"keywords\":[\"Agent Factory\",\"AI\",\"Large language models (LLMs)\"],\"articleSection\":[\"AI + machine learning\",\"DevOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/\",\"name\":\"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg\",\"datePublished\":\"2025-08-13T15:00:00+00:00\",\"dateModified\":\"2026-04-07T19:01:29+00:00\",\"description\":\"Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes. Learn more about agentic AI in Azure AI Foundry.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg\",\"width\":1260,\"height\":709,\"caption\":\"Decorative.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI + machine learning\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/dddfb06db704f28e44dc633b15e0d6ae\",\"name\":\"Brianna McGovern\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/471211b4d059ccb73aa3fda768b31973fb946424996c0376f7f0be3cb919d469?s=96&d=mm&r=g5fc6a76f72449f78acaf535ec3e0c54f\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/471211b4d059ccb73aa3fda768b31973fb946424996c0376f7f0be3cb919d469?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/471211b4d059ccb73aa3fda768b31973fb946424996c0376f7f0be3cb919d469?s=96&d=mm&r=g\",\"caption\":\"Brianna McGovern\"},\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/briannamcgovern\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns | Microsoft Azure Blog","description":"Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes. Learn more about agentic AI in Azure AI Foundry.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/","og_locale":"en_US","og_type":"article","og_title":"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns | Microsoft Azure Blog","og_description":"Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes. Learn more about agentic AI in Azure AI Foundry.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2025-08-13T15:00:00+00:00","article_modified_time":"2026-04-07T19:01:29+00:00","og_image":[{"width":1260,"height":709,"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg","type":"image\/jpeg"}],"author":"Yina Arenas","twitter_card":"summary_large_image","twitter_image":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Yina Arenas","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/yina-arenas\/","@type":"Person","@name":"Yina Arenas"}],"headline":"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns","datePublished":"2025-08-13T15:00:00+00:00","dateModified":"2026-04-07T19:01:29+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/"},"wordCount":1543,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg","keywords":["Agent Factory","AI","Large language models (LLMs)"],"articleSection":["AI + machine learning","DevOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/","name":"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg","datePublished":"2025-08-13T15:00:00+00:00","dateModified":"2026-04-07T19:01:29+00:00","description":"Instead of simply delivering information, agents reason, act, and collaborate\u2014bridging the gap between knowledge and outcomes. Learn more about agentic AI in Azure AI Foundry.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2025\/08\/Azure-DevTools-Light-3.jpg","width":1260,"height":709,"caption":"Decorative."},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/agent-factory-the-new-era-of-agentic-ai-common-use-cases-and-design-patterns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"AI + machine learning","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/"},{"@type":"ListItem","position":3,"name":"Agent Factory: The new era of agentic AI\u2014common use cases and design patterns"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/dddfb06db704f28e44dc633b15e0d6ae","name":"Brianna McGovern","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/471211b4d059ccb73aa3fda768b31973fb946424996c0376f7f0be3cb919d469?s=96&d=mm&r=g5fc6a76f72449f78acaf535ec3e0c54f","url":"https:\/\/secure.gravatar.com\/avatar\/471211b4d059ccb73aa3fda768b31973fb946424996c0376f7f0be3cb919d469?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/471211b4d059ccb73aa3fda768b31973fb946424996c0376f7f0be3cb919d469?s=96&d=mm&r=g","caption":"Brianna McGovern"},"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/briannamcgovern\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/45070","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=45070"}],"version-history":[{"count":35,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/45070\/revisions"}],"predecessor-version":[{"id":50280,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/45070\/revisions\/50280"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media\/45404"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=45070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=45070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=45070"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=45070"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=45070"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=45070"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=45070"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=45070"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=45070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}