{"id":53414,"date":"2026-08-26T09:00:00","date_gmt":"2026-08-26T16:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/en-us\/blog\/?p=53414"},"modified":"2026-08-26T07:55:55","modified_gmt":"2026-08-26T14:55:55","slug":"the-economics-of-agent-optimization-four-ways-to-lower-the-cost","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/","title":{"rendered":"The Economics of Agent Optimization: Four ways to lower the cost"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><em>This blog post is the second of a four-part series called <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/tag\/the-economics-of-agent-optimization\/\" target=\"_blank\" rel=\"noopener noreferrer\">The Economics of Agent Optimization<\/a> which shares the strategies, capabilities, and proof points to help you optimize agent costs and run AI as a managed investment system on Microsoft Foundry.<\/em> <em><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-from-pilots-to-measurable-returns\/\" target=\"_blank\" rel=\"noopener noreferrer\">The first post<\/a> set out the three decisions that system rests on: optimize each request at runtime, optimize each workflow over time, and govern spend continuously. This post takes the first, the one that touches every dollar you will ever spend on AI.<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<p class=\"wp-block-paragraph\">An agent is a loop around a model. It plans, calls a tool, reads the result, and reasons again, so a single completed outcome can take a dozen model requests. That is why the number the business cares about is the cost of a successful outcome, not the price of a token. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Every turn in that loop is still one model request, and each request carries decisions about the model, the offer it runs on, what gets reused, and what the model is told. When those decisions are right, the saving repeats on every turn. That is why agent optimization starts here. <\/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\/\" target=\"_blank\" rel=\"noopener noreferrer\">Learn how Microsoft Foundry can help you save time and money<\/a><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-most-expensive-habit-in-production-ai\">The most expensive habit in production AI<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most AI applications are built the same way. In the prototype, you pick the strongest model available, put everything the model might need into the prompt, and confirm the idea works. That is the correct instinct for a prototype; the problem is what happens next. The prototype&#8217;s defaults quietly become the production architecture, and a pattern designed to answer &#8220;can this work?&#8221; becomes responsible for answering &#8220;can this scale economically?&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two things break at that point. <strong>First, AI workloads are not uniform<\/strong>. A single application mixes intent classification, extraction, formatting, summarization, and genuine multi-step reasoning\u2014AI workloads vary enormously in complexity. Routing all of them to one frontier model means overpaying on the majority of requests that never needed that capability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Second, one outcome is many requests. A prototype pays for a single call. An agent pays for the whole loop, so anything wasteful gets multiplied. That is true of tokens, and it is more true of mistakes. An agent that takes a wrong turn calls the wrong tool and loops to recover, burning tokens on turns that should never have happened and still landing on a weaker answer. Cost per outcome is set as much by the turns you avoid as by the tokens in each one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In production, the goal is not to minimize tokens. It&#8217;s to reduce the cost of a successful outcome while maintaining quality, safety, and latency. Every runtime decision must balance those factors together, which is why the economics of a request come down to four decisions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"four-levers-you-control-at-runtime\">Four levers you control at runtime<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry gives you four levers for making those tradeoffs deliberately, rather than accepting the ones your prototype happened to choose. Each can be adopted on its own, measured against your quality bar, and reversed if the tradeoff does not hold.  <\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong><em>Lever<\/em><\/strong><\/td><td><strong><em>Foundry capability<\/em><\/strong><\/td><\/tr><\/thead><tbody><tr><td><strong>Models and offers<\/strong><\/td><td>Model router, deployment types, provisioned throughput, batch, fine-tuning.<\/td><\/tr><tr><td><strong>Caching<\/strong><\/td><td>Prompt caching, semantic caching through the AI Gateway in Azure API Management.<\/td><\/tr><tr><td><strong>Prompt and agent optimization<\/strong><\/td><td>Prompt optimizer, agent optimizer across instructions, skills, tool descriptions, and model selection.<\/td><\/tr><tr><td><strong>Observability and evaluation<\/strong><\/td><td>Foundry observability and evaluation, agent traces, Azure budgets, alerts, and cost tagging.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-send-each-request-to-the-right-model\">1. Send each request to the right model<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The principle is simple: optimize the outcome based on the task complexity. Routine requests should not pay frontier-model economics, while complex requests should not sacrifice quality simply to save tokens.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/openai\/concepts\/model-router\" target=\"_blank\" rel=\"noreferrer noopener\">Model router in Foundry Models<\/a> removes that tradeoff. It assesses each incoming request and dispatches it to the most suitable underlying model in real time, behind a single endpoint and a single deployment. Routing modes let you prioritize cost, quality, or a balance of the two. Model subsets, which now align with <a href=\"https:\/\/azure.microsoft.com\/en-us\/products\/azure-policy\" target=\"_blank\" rel=\"noopener noreferrer\">Azure Policy<\/a>, constrain routing to an approved allow-list where a compliance boundary applies. Built-in failover moves a request to the next best model when one is unavailable, so routing also buys resilience.<\/p>\n\n\n\n<figure class=\"wp-block-bloginabox-theme-ump-embed wp-block-msx-ump-embed\" class=\"wp-block-bloginabox-theme-ump-embed\">\n\t<div class=\"wp-block-embed__wrapper\">\n\t\t<universal-media-player id=\"ump-6a8f14b383353\"><\/universal-media-player>\n\t\t<script type=\"module\">\n\t\t\tconst currentTheme =\n\t\t\t\tlocalStorage.getItem('blogInABoxCurrentTheme') ||\n\t\t\t\t(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');\n\n\t\t\t\/\/ Modify player theme based on localStorage value.\n\t\t\tlet options = {\"autoplay\":false,\"hideControls\":null,\"language\":\"en-us\",\"loop\":false,\"partnerName\":\"cloud-blogs\",\"poster\":\"https:\\\/\\\/cdn-dynmedia-1.microsoft.com\\\/is\\\/image\\\/microsoftcorp\\\/1119598-ModelRouterInFoundryModels_tbmnl_en-us?wid=1280\",\"title\":\"\",\"sources\":[{\"src\":\"https:\\\/\\\/cdn-dynmedia-1.microsoft.com\\\/is\\\/content\\\/microsoftcorp\\\/1119598-ModelRouterInFoundryModels-0x1080-6439k\",\"type\":\"video\\\/mp4\",\"quality\":\"HQ\"},{\"src\":\"https:\\\/\\\/cdn-dynmedia-1.microsoft.com\\\/is\\\/content\\\/microsoftcorp\\\/1119598-ModelRouterInFoundryModels-0x720-3266k\",\"type\":\"video\\\/mp4\",\"quality\":\"HD\"},{\"src\":\"https:\\\/\\\/cdn-dynmedia-1.microsoft.com\\\/is\\\/content\\\/microsoftcorp\\\/1119598-ModelRouterInFoundryModels-0x540-2160k\",\"type\":\"video\\\/mp4\",\"quality\":\"SD\"},{\"src\":\"https:\\\/\\\/cdn-dynmedia-1.microsoft.com\\\/is\\\/content\\\/microsoftcorp\\\/1119598-ModelRouterInFoundryModels-0x360-958k\",\"type\":\"video\\\/mp4\",\"quality\":\"LO\"}],\"ccFiles\":[{\"url\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/wp-json\\\/bloginabox\\\/v1\\\/get-captions?url=https%3A%2F%2Fwww.microsoft.com%2Fcontent%2Fdam%2Fmicrosoft%2Fbade%2Fvideos%2Fproducts-and-services%2Fen-us%2Fazure%2F1119598-modelrouterinfoundrymodels%2F1119598-ModelRouterInFoundryModels_cc_en-us.ttml\",\"locale\":\"en-us\",\"ccType\":\"TTML\"}],\"downloadableFiles\":[{\"url\":\"https:\\\/\\\/cdn-dynmedia-1.microsoft.com\\\/is\\\/content\\\/microsoftcorp\\\/1119598-ModelRouterInFoundryModels_transcript_en-us\",\"locale\":\"en-us\",\"mediaType\":\"transcript\"},{\"url\":\"https:\\\/\\\/cdn-dynmedia-1.microsoft.com\\\/is\\\/content\\\/microsoftcorp\\\/1119598-ModelRouterInFoundryModels_audio_en-us\",\"locale\":\"en-us\",\"mediaType\":\"audio\"}]};\n\n\t\t\tif (currentTheme) {\n\t\t\t\toptions.playButtonTheme = currentTheme;\n\t\t\t}\n\n\t\t\tdocument.addEventListener('DOMContentLoaded', () => {\n\t\t\t\tump(\"ump-6a8f14b383353\", options);\n\t\t\t});\n\t\t<\/script>\n\t<\/div>\n\t<\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The same request can carry very different economics depending on how it is deployed, and this is the lever teams most often leave untouched. Organizations must decide:  <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Where data is processed (Global, Data Zone, or Regional).<\/li>\n\n\n\n<li class=\"wp-block-list-item\">How throughput is purchased (pay-per-token, provisioned capacity).<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Which workloads truly require interactive responses.  <\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry provides multiple <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/foundry-models\/concepts\/deployment-types\" target=\"_blank\" rel=\"noreferrer noopener\">deployment options<\/a> that allow these choices to align with business requirements. Most workloads can start with standard deployments, which provide the greatest flexibility and cost-efficient pay-as-you-go pricing. Interactive applications that require faster and more consistent response times can benefit from priority processing, while high-volume workloads with predictable demand can achieve better economics through Provisioned Throughput Units (PTUs), with overflow traffic handled through pay-as-you-go capacity. Large asynchronous workloads such as document processing, classification, and evaluation runs are often best suited for Batch deployments, which provide up to 50% lower costs for work that doesn&#8217;t require immediate responses.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Even within a single application, different experiences often benefit from different deployment strategies. Developer-facing tools that can tolerate some latency variability may run efficiently on Standard deployments. Interactive chat experiences may warrant priority processing, while agentic applications with sustained throughput demands can maximize value with PTUs. Background tasks such as document analysis, knowledge extraction, and large-scale classification can move to Batch without affecting the end-user experience, reducing cost simply by selecting the deployment model that matches the workload. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/openai\/how-to\/fine-tuning?tabs=oai-sdk&amp;pivots=programming-language-studio\" target=\"_blank\" rel=\"noreferrer noopener\">Fine-tuning<\/a> is the advanced version of this lever. Where routing picks among existing models, fine-tuning changes what a smaller model can do, teaching it your task, tone, or format well enough to match a larger model on that job. The payoff is a lower rate and shorter prompts. Reach for it when behavior is stable and volume is high enough to earn back the effort. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-stop-paying-for-the-same-tokens-twice\">2. Stop paying for the same tokens twice<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Agents are highly cache effective.  The same system instructions, tool schemas, and policy text are re-sent on every turn, so an agent that takes 10 turns pays for that prefix 10 times. <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/openai\/how-to\/prompt-caching\" target=\"_blank\" rel=\"noreferrer noopener\">Prompt caching<\/a> lets a previously processed prefix be reused rather than reprocessed. Cache reads are billed at a discount to normal input pricing on standard deployments, and can be discounted up to 100% on provisioned deployments. Latency improves alongside cost.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Getting value from it is mostly a matter of prompt architecture, and the rule is straightforward: stable content first, volatile content last. Put system instructions, tool definitions, and few-shot examples at the top, and user input, retrieved chunks, and turn history at the bottom. Caching depends on an exact match at the start of the prompt, so anything that changes per request, such as a timestamp or a user&#8217;s name, has to sit below that block. Put it at the top and the cache never matches. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Caching works above the prompt too. When you deploy a gateway in front of the Foundry inference APIs, it\u2019s important to choose a semantic-cache-aware gateway such as the <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/api-management\/genai-gateway-capabilities\" target=\"_blank\" rel=\"noreferrer noopener\">AI Gateway in Azure API Management<\/a>. It can maintain session affinity to the same endpoints, helping maximize cache effectiveness while matching near-duplicate requests across sessions and users. Deterministic tool results can be cached in your own store with a time-to-live tuned to how often the data changes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-optimize-the-prompt-then-optimize-the-agent\">3. Optimize the prompt, then optimize the agent<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If model choice sets the rate, the instruction sets the volume. It is also the cheapest thing to fix, because it ships without touching infrastructure. The practices that cut tokens are the same ones that improve answers: lead with the task rather than burying it after a wall of context, be specific about the output you want and how long it should be, and use a few well-chosen examples in place of paragraphs of explanation. Then keep what accumulates across turns under control: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Summarize completed conversations instead of replaying full transcripts.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Scope tool definitions to only the tools relevant to the task.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Store working state in external memory and retrieve it only when needed. <\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry now automates the hand-tuning this used to take. <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/observability\/how-to\/prompt-optimizer\" target=\"_blank\" rel=\"noreferrer noopener\">Prompt optimizer<\/a> rewrites an agent&#8217;s system instructions using <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/openai\/concepts\/prompt-engineering\" target=\"_blank\" rel=\"noreferrer noopener\">prompt-engineering best practices<\/a> and shows its reasoning for each change, so you can steer it, run it again, and apply the result in a click. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/agents\/concepts\/agent-optimizer-overview\" target=\"_blank\" rel=\"noreferrer noopener\">Agent optimizer in Foundry Agent Service<\/a> goes further and closes the loop. It runs your agent against a dataset of real tasks, generates candidate configurations, scores each one, and ranks them so you can promote the winner. It can change instructions, skills, tool descriptions, and model selection, and the dataset can come from your own agent traces. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-make-it-visible-with-observability-and-evaluation\">4. Make it visible with observability and evaluation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You cannot tune what you cannot see, and you cannot claim a saving you did not measure. <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/concepts\/observability\" target=\"_blank\" rel=\"noreferrer noopener\">Observability in Foundry<\/a> supplies the per-request signals that make the other three levers safe to pull: input and output tokens, cache hit rate, latency, the model that actually served the request, and the evaluation scores that say whether quality held. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two numbers matter here. Cost per request tells you whether the cheaper path still cleared the bar. Cost per completed outcome tells you what the business actually paid, across every turn and retry it took to get there. An optimization that lowers the first while raising the number of turns has made things worse, and only the second will show it. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/foundry\/concepts\/evaluation-evaluators\/agent-evaluators\" target=\"_blank\" rel=\"noreferrer noopener\">Evaluation<\/a> turns that visibility into permission to change things. Measure cost, latency, and task success together, and keep a standing evaluation set that every optimization has to clear before it ships. Those same traces and evaluation sets are what agent optimizer consumes, so the work pays twice. Pair them with budgets, alerts, and cost tagging in Azure so a regression arrives as a notification rather than a surprise at month end.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-this-adds-up-to-a-hill-climb\">How this adds up to a hill climb<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">None of these levers is a one-time saving. Together they form a loop that gets cheaper and better every time you go around it, which is what Microsoft AI means by building a hill-climbing machine: improving continuously, cycle after cycle, through better data and sharper evaluation.  <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><strong>Model and offer<\/strong> decides where each request runs, and fine-tuning turns a proven task into a permanently cheaper one. <\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Caching<\/strong> lowers the cost of every cycle, which is what lets you run the loop often enough to matter.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Prompt and agent optimization<\/strong> generates the next candidate and proves it against your evaluation set.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><strong>Observability and evaluation<\/strong> tells you where you are and whether the last change held.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The climb is a cycle with no fixed start, though most teams enter it at measurement<\/strong>. Traces become evaluation datasets. Those datasets drive the optimizer. Optimizer results show which tasks are stable enough to fine-tune. Fine-tuned models change what the router should choose, and the new routing produces fresh traces. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"get-started\">Get started<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Read the first post in this series, on moving from AI pilots to measurable ROI: <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-from-pilots-to-measurable-returns\/\" target=\"_blank\" rel=\"noreferrer noopener\">The Economics of Agent Optimization: from pilots to measurable returns<\/a> .<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/aka.ms\/trymodelrouter\" target=\"_blank\" rel=\"noopener noreferrer\">Deploy model router<\/a> and compare it against your current baseline.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Watch the <a href=\"https:\/\/www.youtube.com\/watch?v=mB0IyELzjRg\" target=\"_blank\" rel=\"noopener noreferrer\">token economics episode on Microsoft Mechanics<\/a> for a hands-on look at these levers in action.<\/li>\n<\/ul>\n\n\n\n<div class=\"is-style-inline wp-block-bloginabox-theme-promotional\">\n\t\n<div class=\"promotional promotional--has-media promotional--media-right\">\n\t<div class=\"promotional__wrapper\">\n\t\t<div class=\"promotional__content-wrapper\">\n\t\t\t<div class=\"promotional__content\">\n\t\t\t\t\n\n<h2 class=\"wp-block-heading\" id=\"microsoft-foundry\">Microsoft Foundry<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Learn more about runtime optimization<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a data-bi-an=\"Global CTA\" data-bi-ct=\"cta link\" data-bi-id=\"cta-block\" class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/azure.microsoft.com\/en-us\/products\/ai-foundry\/\" target=\"_blank\" rel=\"noopener noreferrer\">Start building with Foundry<\/a><\/div>\n<\/div>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"promotional__media-wrapper\">\n\t\t\t\t<div class=\"promotional__media\">\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2180\" height=\"1453\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/06\/CLO23_WorkAnywhere_025.jpg\" class=\"attachment-full size-full\" alt=\"Two people having a conversation while walking outside.\" loading=\"lazy\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/06\/CLO23_WorkAnywhere_025.jpg 2180w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/06\/CLO23_WorkAnywhere_025-300x200.jpg 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/06\/CLO23_WorkAnywhere_025-1024x683.jpg 1024w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/06\/CLO23_WorkAnywhere_025-768x512.jpg 768w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/06\/CLO23_WorkAnywhere_025-1536x1024.jpg 1536w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/06\/CLO23_WorkAnywhere_025-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2180px) 100vw, 2180px\" \/>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Did you miss these posts in <\/strong><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/tag\/the-economics-of-agent-optimization\/\" rel=\"noreferrer noopener\" target=\"_blank\"><strong>The Economics of Agent Optimization series<\/strong><\/a><strong>?<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-from-pilots-to-measurable-returns\/\" target=\"_blank\" rel=\"noreferrer noopener\">AI cost management: From AI pilots to measurable ROI<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Foundry gives you four levers that act on every request, before a single line of agent logic changes.<\/p>\n","protected":false},"author":76,"featured_media":53417,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","ms-ems-related-posts":[],"footnotes":"","azure_community_cta_settings":[]},"categories":[1454],"tags":[3424],"audience":[3055,3053],"content-type":[1481],"product":[3164],"tech-community":[],"coauthors":[3091],"class_list":["post-53414","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-machine-learning","tag-the-economics-of-agent-optimization","audience-developers","audience-it-decision-makers","content-type-thought-leadership","product-microsoft-foundry","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-3-1680286581-173","review-flag-4-1680286581-250","review-flag-disco-1680286580-29","review-flag-never-1680286580-606","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AI cost optimization: How to lower AI spend | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Learn why the request is the atomic unit of AI spend and how you can save money using Microsoft Foundry for runtime optimization.\" \/>\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\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI cost optimization: How to lower AI spend | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Learn why the request is the atomic unit of AI spend and how you can save money using Microsoft Foundry for runtime optimization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/\" \/>\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=\"2026-08-26T16:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/08\/Foundry-Economics-Series_2-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Steve Sweetman\" \/>\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\/2026\/08\/Foundry-Economics-Series_2-1.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=\"Steve Sweetman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 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\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/\"},\"author\":[{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/author\\\/steve-sweetman\\\/\",\"@type\":\"Person\",\"@name\":\"Steve Sweetman\"}],\"headline\":\"The Economics of Agent Optimization: Four ways to lower the cost\",\"datePublished\":\"2026-08-26T16:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/\"},\"wordCount\":1900,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Foundry-Economics-Series_2-1.jpg\",\"keywords\":[\"The Economics of Agent Optimization\"],\"articleSection\":[\"AI + machine learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/\",\"url\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/\",\"name\":\"AI cost optimization: How to lower AI spend | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Foundry-Economics-Series_2-1.jpg\",\"datePublished\":\"2026-08-26T16:00:00+00:00\",\"description\":\"Learn why the request is the atomic unit of AI spend and how you can save money using Microsoft Foundry for runtime optimization.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#primaryimage\",\"url\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Foundry-Economics-Series_2-1.jpg\",\"contentUrl\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Foundry-Economics-Series_2-1.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"Person with hand on chin. Text reads \\\"Microsoft Foundry. Token rate-limiting and semantic caching. The economics of agent optimization.\\\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\\\/#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\":\"The Economics of Agent Optimization: Four ways to lower the cost\"}]},{\"@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\\\/8f6bd96471c5cccbb0fba6215ff75487\",\"name\":\"Garry Guseltsev\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8476ebc2bcbe54e1843bd5cce3ec249bed771194411b3052815d4c5d272128f2?s=96&d=mm&r=g4f09d3e62b774b84289036a84f6a8c1c\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8476ebc2bcbe54e1843bd5cce3ec249bed771194411b3052815d4c5d272128f2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8476ebc2bcbe54e1843bd5cce3ec249bed771194411b3052815d4c5d272128f2?s=96&d=mm&r=g\",\"caption\":\"Garry Guseltsev\"},\"url\":\"https:\\\/\\\/azure.microsoft.com\\\/en-us\\\/blog\\\/author\\\/garryguseltsev\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI cost optimization: How to lower AI spend | Microsoft Azure Blog","description":"Learn why the request is the atomic unit of AI spend and how you can save money using Microsoft Foundry for runtime optimization.","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\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/","og_locale":"en_US","og_type":"article","og_title":"AI cost optimization: How to lower AI spend | Microsoft Azure Blog","og_description":"Learn why the request is the atomic unit of AI spend and how you can save money using Microsoft Foundry for runtime optimization.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2026-08-26T16:00:00+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/08\/Foundry-Economics-Series_2-1.jpg","type":"image\/jpeg"}],"author":"Steve Sweetman","twitter_card":"summary_large_image","twitter_image":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/08\/Foundry-Economics-Series_2-1.jpg","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Steve Sweetman","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/steve-sweetman\/","@type":"Person","@name":"Steve Sweetman"}],"headline":"The Economics of Agent Optimization: Four ways to lower the cost","datePublished":"2026-08-26T16:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/"},"wordCount":1900,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/08\/Foundry-Economics-Series_2-1.jpg","keywords":["The Economics of Agent Optimization"],"articleSection":["AI + machine learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/","name":"AI cost optimization: How to lower AI spend | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/08\/Foundry-Economics-Series_2-1.jpg","datePublished":"2026-08-26T16:00:00+00:00","description":"Learn why the request is the atomic unit of AI spend and how you can save money using Microsoft Foundry for runtime optimization.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/08\/Foundry-Economics-Series_2-1.jpg","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2026\/08\/Foundry-Economics-Series_2-1.jpg","width":1920,"height":1080,"caption":"Person with hand on chin. Text reads \"Microsoft Foundry. Token rate-limiting and semantic caching. The economics of agent optimization.\""},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/the-economics-of-agent-optimization-four-ways-to-lower-the-cost\/#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":"The Economics of Agent Optimization: Four ways to lower the cost"}]},{"@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\/8f6bd96471c5cccbb0fba6215ff75487","name":"Garry Guseltsev","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8476ebc2bcbe54e1843bd5cce3ec249bed771194411b3052815d4c5d272128f2?s=96&d=mm&r=g4f09d3e62b774b84289036a84f6a8c1c","url":"https:\/\/secure.gravatar.com\/avatar\/8476ebc2bcbe54e1843bd5cce3ec249bed771194411b3052815d4c5d272128f2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8476ebc2bcbe54e1843bd5cce3ec249bed771194411b3052815d4c5d272128f2?s=96&d=mm&r=g","caption":"Garry Guseltsev"},"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/garryguseltsev\/"}]}},"bloginabox_animated_featured_image":null,"bloginabox_display_generated_audio":true,"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\/53414","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\/76"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=53414"}],"version-history":[{"count":44,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/53414\/revisions"}],"predecessor-version":[{"id":53550,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/53414\/revisions\/53550"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media\/53417"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=53414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=53414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=53414"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=53414"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=53414"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=53414"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=53414"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=53414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}