{"id":57595,"date":"2026-05-28T16:58:47","date_gmt":"2026-05-28T06:58:47","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/"},"modified":"2026-05-28T17:00:11","modified_gmt":"2026-05-28T07:00:11","slug":"how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/","title":{"rendered":"How Microsoft Foundry Agent Memory Makes AI Agents More Useful"},"content":{"rendered":"<p class=\"wp-block-paragraph\">AI agents are moving quickly from interesting demos to practical business tools. But many organisations run into the same limitation once they start testing them in real workflows: the agent forgets.<\/p>\n\n<p class=\"wp-block-paragraph\">It forgets the customer context from the last interaction. It forgets a user\u2019s preferences. It forgets what was already tried, what was escalated, and what the business process requires next.<\/p>\n\n<p class=\"wp-block-paragraph\">That creates friction. Staff have to repeat themselves. Customers get inconsistent answers. IT teams end up building extra data stores, retrieval layers, and custom logic just to make the agent feel useful beyond a single chat session.<\/p>\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem. It gives agents a managed way to retain useful context across sessions, while still giving organisations a framework for scope, control, and governance.<\/p>\n\n<p class=\"wp-block-paragraph\">For Australian businesses looking at AI agents for service desks, customer operations, internal knowledge workflows, finance processes, or field support, memory is one of the features that can move an agent from novelty to productivity.<\/p>\n\n<h2 class=\"wp-block-heading\">Why memory matters for business AI agents<\/h2>\n\n<p class=\"wp-block-paragraph\">Most AI chat experiences are stateless by default. They respond to the current prompt and whatever context is included in that request. Once the conversation ends, the system does not automatically retain long-term useful information unless developers build that capability separately.<\/p>\n\n<p class=\"wp-block-paragraph\">That is manageable for simple question-and-answer scenarios. It becomes a problem when the agent is expected to support real work.<\/p>\n\n<p class=\"wp-block-paragraph\">For example, an internal IT support agent may need to remember:<\/p>\n\n<ul class=\"wp-block-list\"><li>A user\u2019s device type and location<\/li><li>Previous troubleshooting steps<\/li><li>Known access restrictions<\/li><li>Preferred communication channel<\/li><li>Whether an issue has already been escalated<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">A customer service agent may need to remember:<\/p>\n\n<ul class=\"wp-block-list\"><li>Account preferences<\/li><li>Prior service requests<\/li><li>Product configuration<\/li><li>Communication history<\/li><li>Common support patterns<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">Without memory, every interaction starts from zero or depends on heavy integration work. With memory, the agent can retrieve relevant context and respond in a more useful, consistent way.<\/p>\n\n<h2 class=\"wp-block-heading\">What Microsoft Foundry Agent Memory does<\/h2>\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry Agent Memory provides a managed memory capability for agents built with Azure AI Foundry Agent Service. Instead of forcing every development team to design and operate its own long-term memory store, Microsoft provides a platform-level approach for storing and retrieving relevant agent context.<\/p>\n\n<p class=\"wp-block-paragraph\">At a high level, memory helps agents perform three important tasks:<\/p>\n\n<ol class=\"wp-block-list\"><li><strong>Capture useful information<\/strong> from interactions.<\/li><li><strong>Organise and update that information<\/strong> so memory does not become duplicated or stale.<\/li><li><strong>Retrieve relevant memory<\/strong> when the agent needs context for a future interaction.<\/li><\/ol>\n\n<p class=\"wp-block-paragraph\">This is important because agent usefulness depends on more than model quality. A strong model without the right context will still give poor, generic, or repetitive answers. Memory helps close that gap.<\/p>\n\n<h2 class=\"wp-block-heading\">The difference between memory and retrieval<\/h2>\n\n<p class=\"wp-block-paragraph\">Many organisations already use retrieval-augmented generation, or RAG, to connect AI systems to documents and knowledge bases. That remains important, but memory is different.<\/p>\n\n<p class=\"wp-block-paragraph\">RAG usually answers the question: <strong>What organisational knowledge should the agent use?<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">Memory answers a different question: <strong>What should the agent remember about this user, task, or interaction over time?<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">Both are useful, but they solve different problems.<\/p>\n\n<p class=\"wp-block-paragraph\">A policy document in SharePoint is knowledge. A user\u2019s preferred office location, prior request history, or previously confirmed configuration detail may be memory.<\/p>\n\n<p class=\"wp-block-paragraph\">For practical agents, businesses often need both:<\/p>\n\n<ul class=\"wp-block-list\"><li><strong>Knowledge retrieval<\/strong> for policies, procedures, product data, and documentation<\/li><li><strong>Memory<\/strong> for personalisation, continuity, task history, and workflow context<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">When combined well, the agent can answer from approved business sources while also adapting to the specific user or case.<\/p>\n\n<h2 class=\"wp-block-heading\">How memory makes agents more useful<\/h2>\n\n<h3 class=\"wp-block-heading\">1. Less repetition for staff and customers<\/h3>\n\n<p class=\"wp-block-paragraph\">One of the fastest ways to reduce trust in an AI agent is to make people repeat the same information every time they use it.<\/p>\n\n<p class=\"wp-block-paragraph\">Memory allows the agent to retain relevant context across sessions. That can reduce duplicated questions, shorten support interactions, and improve the user experience.<\/p>\n\n<p class=\"wp-block-paragraph\">For a busy Australian mid-market business, that matters. Service teams are already under pressure to do more with limited resources. Reducing repetitive work can translate directly into productivity gains.<\/p>\n\n<h3 class=\"wp-block-heading\">2. More personalised responses<\/h3>\n\n<p class=\"wp-block-paragraph\">Personalisation does not need to mean invasive profiling. In a business context, it often means remembering practical preferences and constraints.<\/p>\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n<ul class=\"wp-block-list\"><li>\u201cThis user works from the Melbourne office.\u201d<\/li><li>\u201cThis manager prefers email summaries.\u201d<\/li><li>\u201cThis customer uses the premium support plan.\u201d<\/li><li>\u201cThis site has limited after-hours access.\u201d<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">When the agent can use that context appropriately, responses become more relevant and less generic.<\/p>\n\n<h3 class=\"wp-block-heading\">3. Better continuity across workflows<\/h3>\n\n<p class=\"wp-block-paragraph\">Many business processes do not complete in one chat session. Procurement, onboarding, incident management, compliance tasks, and customer support often happen over several steps and several days.<\/p>\n\n<p class=\"wp-block-paragraph\">Agent memory can help preserve continuity so the agent understands what has already happened and what the next step should be.<\/p>\n\n<p class=\"wp-block-paragraph\">That does not remove the need for workflow systems. Agents should still integrate with service management platforms, CRMs, ticketing systems, and business applications. But memory can make those interactions smoother by helping the agent keep track of context between steps.<\/p>\n\n<h3 class=\"wp-block-heading\">4. Faster agent development<\/h3>\n\n<p class=\"wp-block-paragraph\">Without a managed memory capability, development teams may need to build their own storage, embeddings, indexing, retrieval, update logic, deletion workflows, and security controls.<\/p>\n\n<p class=\"wp-block-paragraph\">That increases cost and complexity.<\/p>\n\n<p class=\"wp-block-paragraph\">A managed service can reduce the amount of custom infrastructure required. Teams can focus more on the business process, user experience, governance model, and integration points.<\/p>\n\n<p class=\"wp-block-paragraph\">For organisations trying to move from AI pilot to production, this can make a meaningful difference.<\/p>\n\n<h2 class=\"wp-block-heading\">The governance challenge: memory must be controlled<\/h2>\n\n<p class=\"wp-block-paragraph\">Agent memory is powerful because it persists. That is also why it needs careful governance.<\/p>\n\n<p class=\"wp-block-paragraph\">Australian organisations should treat agent memory as part of their broader data protection, privacy, and cyber security approach. Depending on the use case, memory may include personal information, business-sensitive details, operational context, or customer data.<\/p>\n\n<p class=\"wp-block-paragraph\">Key questions include:<\/p>\n\n<ul class=\"wp-block-list\"><li>What information is the agent allowed to remember?<\/li><li>What information must never be stored in memory?<\/li><li>How is memory scoped by user, team, customer, or tenant?<\/li><li>Who can inspect, update, or delete memory?<\/li><li>How long should memory be retained?<\/li><li>How does memory align with privacy obligations and internal data handling policies?<\/li><li>How will the organisation detect and respond to memory poisoning or prompt injection attempts?<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">These are not just technical questions. They involve legal, risk, security, and business stakeholders.<\/p>\n\n<h2 class=\"wp-block-heading\">Security risks to consider<\/h2>\n\n<p class=\"wp-block-paragraph\">Persistent memory introduces risks that teams should address before production deployment.<\/p>\n\n<h3 class=\"wp-block-heading\">Memory poisoning<\/h3>\n\n<p class=\"wp-block-paragraph\">If an attacker can influence what an agent remembers, they may be able to corrupt future responses. For example, a malicious prompt could try to convince the agent to remember false instructions, unsafe preferences, or misleading business rules.<\/p>\n\n<p class=\"wp-block-paragraph\">Controls should be designed so the agent does not blindly store every user-provided statement as trusted memory.<\/p>\n\n<h3 class=\"wp-block-heading\">Sensitive data retention<\/h3>\n\n<p class=\"wp-block-paragraph\">Agents may encounter sensitive data during normal interactions. That does not mean all of it should be retained.<\/p>\n\n<p class=\"wp-block-paragraph\">Businesses need clear rules for excluding secrets, credentials, unnecessary personal information, financial details, and other sensitive content from memory.<\/p>\n\n<h3 class=\"wp-block-heading\">Access control and isolation<\/h3>\n\n<p class=\"wp-block-paragraph\">Memory should be scoped correctly. A user\u2019s memory should not leak into another user\u2019s session. A customer\u2019s details should not become available to another customer. Internal business context should be separated from external-facing workflows.<\/p>\n\n<p class=\"wp-block-paragraph\">Role-based access control, identity integration, and tenant-aware design remain essential.<\/p>\n\n<h3 class=\"wp-block-heading\">Audit and deletion<\/h3>\n\n<p class=\"wp-block-paragraph\">If memory is persistent, organisations need ways to review and delete it where appropriate. That is especially important for privacy management, employee access requests, customer data handling, and operational troubleshooting.<\/p>\n\n<h2 class=\"wp-block-heading\">Australian context: privacy, Essential Eight, and operational risk<\/h2>\n\n<p class=\"wp-block-paragraph\">For Australian businesses, agent memory should not be assessed only as an AI feature. It should be assessed as part of operational risk and information governance.<\/p>\n\n<p class=\"wp-block-paragraph\">The ACSC Essential Eight provides a useful security baseline, especially around patching, access control, application control, and limiting administrative privileges. While the Essential Eight is not an AI governance framework, the same discipline applies: reduce unnecessary access, harden systems, monitor activity, and assume controls will be tested.<\/p>\n\n<p class=\"wp-block-paragraph\">Privacy also matters. If an AI agent stores personal information in memory, the organisation needs to understand how that information is collected, used, protected, retained, and deleted.<\/p>\n\n<p class=\"wp-block-paragraph\">For mid-market organisations, the practical goal should be simple: make agents useful without creating a shadow data store that nobody owns.<\/p>\n\n<h2 class=\"wp-block-heading\">Practical implementation guidance<\/h2>\n\n<p class=\"wp-block-paragraph\">Before enabling memory for an AI agent, our team recommends working through the following design steps.<\/p>\n\n<h3 class=\"wp-block-heading\">1. Define the business case<\/h3>\n\n<p class=\"wp-block-paragraph\">Do not enable memory just because it is available. Start with the workflow.<\/p>\n\n<p class=\"wp-block-paragraph\">Good use cases include:<\/p>\n\n<ul class=\"wp-block-list\"><li>IT service desk agents that remember device and issue history<\/li><li>HR onboarding assistants that track process progress<\/li><li>Customer support agents that remember preferences and previous cases<\/li><li>Field service agents that understand site-specific constraints<\/li><li>Internal knowledge agents that personalise responses by role or department<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">If memory does not improve the workflow, it may not be needed.<\/p>\n\n<h3 class=\"wp-block-heading\">2. Classify memory types<\/h3>\n\n<p class=\"wp-block-paragraph\">Separate memory into categories such as:<\/p>\n\n<ul class=\"wp-block-list\"><li>User preferences<\/li><li>Case or task history<\/li><li>Conversation summaries<\/li><li>Business process state<\/li><li>Customer-specific context<\/li><li>Temporary session context<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">This helps decide what should persist, what should expire, and what should never be stored.<\/p>\n\n<h3 class=\"wp-block-heading\">3. Set retention and deletion rules<\/h3>\n\n<p class=\"wp-block-paragraph\">Memory should have a lifecycle. Define how long information should be kept and when it should be removed.<\/p>\n\n<p class=\"wp-block-paragraph\">Some memory may be useful for months. Other context may only be needed until a ticket closes or a workflow completes.<\/p>\n\n<h3 class=\"wp-block-heading\">4. Apply identity and access controls<\/h3>\n\n<p class=\"wp-block-paragraph\">Memory should be linked to the right identity and scope. This is where Microsoft Entra ID, role-based access control, and application-level permissions become important.<\/p>\n\n<p class=\"wp-block-paragraph\">The agent should only retrieve memory that is appropriate for the current user, customer, role, and business context.<\/p>\n\n<h3 class=\"wp-block-heading\">5. Monitor behaviour<\/h3>\n\n<p class=\"wp-block-paragraph\">Memory-enabled agents should be tested and monitored. Teams should look for:<\/p>\n\n<ul class=\"wp-block-list\"><li>Incorrect stored memories<\/li><li>Outdated assumptions<\/li><li>Sensitive data being retained unnecessarily<\/li><li>Cross-user context leakage<\/li><li>Prompt injection attempts<\/li><li>Unexpected response patterns<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">Production AI agents require ongoing operational management, not just a one-time deployment.<\/p>\n\n<h2 class=\"wp-block-heading\">Where Foundry Agent Memory fits in an AI architecture<\/h2>\n\n<p class=\"wp-block-paragraph\">A production-grade agent architecture will usually include several layers:<\/p>\n\n<ul class=\"wp-block-list\"><li>Identity and access control<\/li><li>Approved business knowledge sources<\/li><li>Workflow and application integrations<\/li><li>Observability and logging<\/li><li>Safety and content controls<\/li><li>Memory for persistent context<\/li><li>Human escalation paths<\/li><\/ul>\n\n<p class=\"wp-block-paragraph\">Foundry Agent Memory fits into the persistent context layer. It does not replace business systems of record. It should not become the only place where important operational data lives.<\/p>\n\n<p class=\"wp-block-paragraph\">Instead, it should help the agent maintain useful context while still relying on trusted systems for authoritative records.<\/p>\n\n<h2 class=\"wp-block-heading\">The productivity opportunity<\/h2>\n\n<p class=\"wp-block-paragraph\">The real value of agent memory is not that an AI system can \u201cremember\u201d things. The value is that people can spend less time repeating context and more time completing work.<\/p>\n\n<p class=\"wp-block-paragraph\">For IT teams, that may mean faster triage.<\/p>\n\n<p class=\"wp-block-paragraph\">For customer teams, it may mean more consistent service.<\/p>\n\n<p class=\"wp-block-paragraph\">For operations teams, it may mean smoother handovers.<\/p>\n\n<p class=\"wp-block-paragraph\">For managers, it may mean better visibility into long-running processes.<\/p>\n\n<p class=\"wp-block-paragraph\">The organisations that benefit most will be the ones that pair memory with strong governance, clear process design, and secure integration.<\/p>\n\n<h2 class=\"wp-block-heading\">Final thoughts<\/h2>\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry Agent Memory is an important step toward more practical AI agents. It helps solve one of the biggest limitations of early AI assistants: the inability to maintain useful context over time.<\/p>\n\n<p class=\"wp-block-paragraph\">But memory should be introduced deliberately. Businesses need to decide what agents should remember, what they should forget, and how that memory will be governed.<\/p>\n\n<p class=\"wp-block-paragraph\">For Australian organisations planning AI agent deployments, this is the right time to move beyond simple chat demos and start designing for production use.<\/p>\n\n<p class=\"wp-block-paragraph\">If your organisation is exploring Microsoft Foundry agents, our team can help assess the right use cases, governance model, and implementation pathway for a secure and useful deployment.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>AI agents are moving quickly from interesting demos to practical business tools. But many organisations run into the same limitation once they start testing them in real workflows: the agent forgets. It forgets the customer context from the last interaction. It forgets a user\u2019s preferences. It forgets what was already tried, what was escalated, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":57597,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"How Microsoft Foundry Agent Memory Makes AI Agents More","_yoast_wpseo_opengraph-description":"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.","_yoast_wpseo_twitter-title":"How Microsoft Foundry Agent Memory Makes AI Agents More","_yoast_wpseo_twitter-description":"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[119,121,120,13],"tags":[],"class_list":["post-57595","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-for-business-ai-strategy","category-ai-governance-risk-management","category-ai-vendor-selection-implementation","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How Microsoft Foundry Agent Memory Makes AI Agents More<\/title>\n<meta name=\"description\" content=\"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Microsoft Foundry Agent Memory Makes AI Agents More\" \/>\n<meta property=\"og:description\" content=\"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-28T06:58:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T07:00:11+00:00\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How Microsoft Foundry Agent Memory Makes AI Agents More\" \/>\n<meta name=\"twitter:description\" content=\"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"How Microsoft Foundry Agent Memory Makes AI Agents More Useful\",\"datePublished\":\"2026-05-28T06:58:47+00:00\",\"dateModified\":\"2026-05-28T07:00:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/\"},\"wordCount\":1943,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png\",\"articleSection\":[\"AI for Business &amp; AI Strategy\",\"AI Governance &amp; Risk Management\",\"AI Vendor Selection &amp; Implementation\",\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/\",\"name\":\"How Microsoft Foundry Agent Memory Makes AI Agents More\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png\",\"datePublished\":\"2026-05-28T06:58:47+00:00\",\"dateModified\":\"2026-05-28T07:00:11+00:00\",\"description\":\"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/05\\\/28\\\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Microsoft Foundry Agent Memory Makes AI Agents More Useful\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How Microsoft Foundry Agent Memory Makes AI Agents More","description":"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.","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:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/","og_locale":"en_US","og_type":"article","og_title":"How Microsoft Foundry Agent Memory Makes AI Agents More","og_description":"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/","og_site_name":"CPI Consulting","article_published_time":"2026-05-28T06:58:47+00:00","article_modified_time":"2026-05-28T07:00:11+00:00","author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"How Microsoft Foundry Agent Memory Makes AI Agents More","twitter_description":"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#article","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"How Microsoft Foundry Agent Memory Makes AI Agents More Useful","datePublished":"2026-05-28T06:58:47+00:00","dateModified":"2026-05-28T07:00:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/"},"wordCount":1943,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png","articleSection":["AI for Business &amp; AI Strategy","AI Governance &amp; Risk Management","AI Vendor Selection &amp; Implementation","Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/","name":"How Microsoft Foundry Agent Memory Makes AI Agents More","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png","datePublished":"2026-05-28T06:58:47+00:00","dateModified":"2026-05-28T07:00:11+00:00","description":"Microsoft Foundry Agent Memory, part of Azure AI Foundry Agent Service, is designed to address that problem.","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#primaryimage","url":"\/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png","contentUrl":"\/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"How Microsoft Foundry Agent Memory Makes AI Agents More Useful"}]},{"@type":"WebSite","@id":"https:\/\/cloudproinc.com.au\/#website","url":"https:\/\/cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/www.cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png","jetpack-related-posts":[{"id":57587,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/connecting-microsoft-foundry-agents-to-business-systems-2\/","url_meta":{"origin":57595,"position":0},"title":"Connecting Microsoft Foundry Agents to Business Systems","author":"CPI Staff","date":"May 28, 2026","format":false,"excerpt":"AI agents are moving from proof of concept to production planning. For many Australian organisations, the question is no longer whether an agent can answer a question. The harder question is whether it can safely do useful work across the systems the business already runs on. That means connecting agents\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 1x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 1.5x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 2x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 3x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 4x"},"classes":[]},{"id":57578,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","url_meta":{"origin":57595,"position":1},"title":"Azure Foundry Prompt Agents Vs Hosted Agents","author":"CPI Staff","date":"May 28, 2026","format":false,"excerpt":"AI agents are moving quickly from proof-of-concept demos into real business workflows. For Australian organisations, the question is no longer whether agents are interesting. The question is how to build them in a way that is secure, supportable, cost-aware, and aligned with governance expectations. Azure AI Foundry gives teams more\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 1x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 1.5x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 2x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 3x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 4x"},"classes":[]},{"id":57288,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/22\/what-microsoft-ai-foundry-means-for-australian-organisations-designing-enterprise-ai-platforms\/","url_meta":{"origin":57595,"position":2},"title":"What Microsoft AI Foundry Means for Australian Organisations Designing Enterprise AI Platforms","author":"CPI Staff","date":"March 22, 2026","format":false,"excerpt":"Most Australian organisations that started building AI capabilities in the last two years are hitting the same wall. The proof of concept worked. The board approved the next phase. And now IT teams are drowning in questions nobody planned for. Where do the models run? Who approves new deployments? How\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 2x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 3x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 4x"},"classes":[]},{"id":57297,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/17\/why-microsoft-ai-foundry-should-be-on-every-cios-vendor-evaluation-list-for-2026\/","url_meta":{"origin":57595,"position":3},"title":"Why Microsoft AI Foundry Should Be on Every CIO&#8217;s Vendor Evaluation List for 2026","author":"CPI Staff","date":"March 17, 2026","format":false,"excerpt":"Most mid-market Australian organisations are past the AI proof-of-concept stage. The models work. The board is asking for the next phase. And suddenly the questions nobody planned for are piling up. Where do the models run? Who approves new deployments? How does the organisation trace what an agent did when\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/why-microsoft-ai-foundry-every-cios-vendor-evaluation-2026-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/why-microsoft-ai-foundry-every-cios-vendor-evaluation-2026-cover.png 1x, \/wp-content\/uploads\/2026\/03\/why-microsoft-ai-foundry-every-cios-vendor-evaluation-2026-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/why-microsoft-ai-foundry-every-cios-vendor-evaluation-2026-cover.png 2x, \/wp-content\/uploads\/2026\/03\/why-microsoft-ai-foundry-every-cios-vendor-evaluation-2026-cover.png 3x, \/wp-content\/uploads\/2026\/03\/why-microsoft-ai-foundry-every-cios-vendor-evaluation-2026-cover.png 4x"},"classes":[]},{"id":57239,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/16\/what-microsofts-new-ai-stack-means-for-safer-faster-ai-projects\/","url_meta":{"origin":57595,"position":4},"title":"What Microsoft\u2019s New AI Stack Means for Safer Faster AI Projects","author":"CPI Staff","date":"March 16, 2026","format":false,"excerpt":"Agent Framework, Foundry, MCP and Aspire can speed up AI delivery without losing control. Here\u2019s what each layer does and how to decide what your business actually needs.","rel":"","context":"In &quot;Azure Foundry&quot;","block_context":{"text":"Azure Foundry","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/azure-foundry\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/post-17.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/post-17.png 1x, \/wp-content\/uploads\/2026\/03\/post-17.png 1.5x, \/wp-content\/uploads\/2026\/03\/post-17.png 2x, \/wp-content\/uploads\/2026\/03\/post-17.png 3x, \/wp-content\/uploads\/2026\/03\/post-17.png 4x"},"classes":[]},{"id":57294,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/18\/microsoft-ai-foundry-hq-closes-the-gap-between-ai-experimentation-and-enterprise-grade-deployment\/","url_meta":{"origin":57595,"position":5},"title":"Microsoft AI Foundry HQ Closes the Gap Between AI Experimentation and Enterprise-Grade Deployment","author":"CPI Staff","date":"March 18, 2026","format":false,"excerpt":"Most Australian organisations have the same AI problem right now. The proof of concept worked. Leadership approved the budget. And then everything stalled. The gap between a successful AI experiment and a production-grade enterprise deployment is wider than anyone expected. Models need governance. Agents need monitoring. Compliance teams need audit\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 1x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 2x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 3x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=57595"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57595\/revisions"}],"predecessor-version":[{"id":57596,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57595\/revisions\/57596"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/57597"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=57595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=57595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=57595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}