{"id":57578,"date":"2026-05-28T09:24:01","date_gmt":"2026-05-27T23:24:01","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/?p=57578"},"modified":"2026-05-28T09:24:06","modified_gmt":"2026-05-27T23:24:06","slug":"azure-foundry-prompt-agents-vs-hosted-agents","status":"publish","type":"post","link":"https:\/\/cloudproinc.com.au\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","title":{"rendered":"Azure Foundry Prompt Agents Vs Hosted Agents"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">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.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/category\/azure-foundry\/\" type=\"category\" id=\"112\">Azure AI Foundry<\/a> gives teams more than one way to build agents. Two important options are <strong>Prompt Agents<\/strong> and <strong>Hosted Agents<\/strong>. They both sit under the broader Azure AI Foundry Agent Service capability, but they serve different implementation needs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Choosing the wrong option can create unnecessary complexity, slow delivery, or introduce operational risk. Choosing the right option can help teams move faster while keeping control over identity, data, observability, and compliance.<\/p>\n\n\n\n<h2 id=\"h-the-short-version\" class=\"wp-block-heading\">The short version<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For most teams, the decision can be simplified like this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <strong>Prompt Agents<\/strong> when the agent can be defined mostly through instructions, model choice, and approved tools.<\/li>\n\n\n\n<li>Use <strong>Hosted Agents<\/strong> when the agent needs custom code, custom orchestration, specific runtime behaviour, or deeper integration patterns.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents are usually the faster starting point. Hosted Agents are usually the more flexible engineering option.<\/p>\n\n\n\n<h2 id=\"h-what-are-prompt-agents\" class=\"wp-block-heading\">What are Prompt Agents?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A Prompt Agent is a declarative agent. It is configured using a model, instructions, and tools rather than being built as a custom application from the ground up.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In practical terms, a Prompt Agent is useful when the main behaviour can be described through prompts and configuration. A team can define what the agent should do, what tone or constraints it should follow, which tools it can use, and which data sources it can reference.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This makes Prompt Agents suitable for scenarios such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Internal knowledge assistants<\/li>\n\n\n\n<li>Policy or procedure Q&amp;A<\/li>\n\n\n\n<li>Document-based support assistants<\/li>\n\n\n\n<li>Simple workflow helpers<\/li>\n\n\n\n<li>Research or summarisation agents<\/li>\n\n\n\n<li>Service desk triage assistants<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents are attractive because they reduce the amount of custom code required. This can help business and technology teams validate use cases quickly before committing to a larger engineering investment.<\/p>\n\n\n\n<h2 id=\"h-what-are-hosted-agents\" class=\"wp-block-heading\">What are Hosted Agents?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents are code-based agents that run in a managed Azure AI Foundry hosting environment. Instead of defining the agent only through prompt configuration, developers package agent logic as an application, commonly using a container-based deployment model.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This gives the engineering team more control over the runtime, orchestration logic, state handling, external integrations, and framework selection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents are better suited to scenarios such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Custom multi-step orchestration<\/li>\n\n\n\n<li>Agents that need complex business rules<\/li>\n\n\n\n<li>Integration with internal APIs or line-of-business systems<\/li>\n\n\n\n<li>Custom protocols or request handling<\/li>\n\n\n\n<li>Advanced state management<\/li>\n\n\n\n<li>Multi-agent patterns<\/li>\n\n\n\n<li>Use of frameworks such as Semantic Kernel, LangGraph, or Microsoft Agent Framework<\/li>\n\n\n\n<li>Workloads that need more control over execution and error handling<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents provide flexibility, but that flexibility comes with more design, development, testing, and operational responsibility.<\/p>\n\n\n\n<h2 id=\"h-when-prompt-agents-make-sense\" class=\"wp-block-heading\">When Prompt Agents make sense<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents are a good fit when the business problem is clear and the workflow is not overly complex.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, an organisation may want an assistant that helps staff understand internal HR policies, IT procedures, product documentation, or compliance obligations. If the agent mainly needs to retrieve information, summarise it, and respond according to clear instructions, a Prompt Agent may be enough.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents also make sense when speed matters. Many AI initiatives fail because teams spend too much time building infrastructure before validating the use case. A Prompt Agent allows teams to test value quickly, collect feedback, and decide whether the workflow deserves further investment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From a governance perspective, Prompt Agents can also be easier to standardise. Organisations can define approved models, approved tools, grounding patterns, and review processes before allowing wider adoption.<\/p>\n\n\n\n<h2 id=\"h-when-hosted-agents-make-sense\" class=\"wp-block-heading\">When Hosted Agents make sense<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents become more relevant when the agent is no longer just responding with grounded information, but actively coordinating business logic.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An agent that checks multiple systems before recommending an action<\/li>\n\n\n\n<li>A support agent that creates, updates, and tracks tickets<\/li>\n\n\n\n<li>A finance assistant that follows strict approval paths<\/li>\n\n\n\n<li>A compliance agent that applies deterministic policy checks<\/li>\n\n\n\n<li>A field operations agent that coordinates tasks across several APIs<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In these cases, prompt configuration alone may not be enough. The organisation may need custom code to manage authentication, retries, validation, logging, exception handling, and business-specific orchestration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents also give developers more freedom to use preferred frameworks and patterns. That can be important where the organisation already has established software engineering practices, CI\/CD pipelines, testing standards, and application support models.<\/p>\n\n\n\n<h2 id=\"h-security-and-compliance-considerations\" class=\"wp-block-heading\">Security and compliance considerations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For Australian organisations, agent architecture needs to be assessed through a security and compliance lens from the beginning.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Relevant questions include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What data will the agent access?<\/li>\n\n\n\n<li>Is any personal information involved under the Privacy Act?<\/li>\n\n\n\n<li>Does the agent need to operate within specific data residency or network boundaries?<\/li>\n\n\n\n<li>How will access be controlled using Microsoft Entra ID and role-based access control?<\/li>\n\n\n\n<li>What logging and monitoring will be retained?<\/li>\n\n\n\n<li>How will the organisation detect misuse, prompt injection, or unsafe outputs?<\/li>\n\n\n\n<li>How does the solution align with ACSC guidance and Essential Eight maturity goals?<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents can reduce custom application risk, but they still need strong controls around data access, grounding, identity, and monitoring.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents introduce more engineering flexibility, but also more responsibility. The code, dependencies, container images, secrets, APIs, and deployment pipeline all need to be secured. This makes practices such as vulnerability scanning, least privilege access, controlled releases, and audit logging especially important.<\/p>\n\n\n\n<h2 id=\"h-cost-and-operational-impact\" class=\"wp-block-heading\">Cost and operational impact<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Cost is another practical consideration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents may reduce initial build cost because less custom development is needed. They can be a good way to test demand and usage patterns before scaling.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents may cost more to build and operate, but they can reduce long-term complexity when the use case requires proper application logic. Trying to force a complex workflow into a prompt-only pattern can become expensive in other ways: rework, support issues, inconsistent outcomes, and governance gaps.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The better question is not simply which option is cheaper. The better question is which option gives the right level of control for the business risk involved.<\/p>\n\n\n\n<h2 id=\"h-a-practical-decision-framework\" class=\"wp-block-heading\">A practical decision framework<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A useful way to decide is to ask five questions.<\/p>\n\n\n\n<h3 id=\"h-1-is-the-workflow-mostly-conversational-or-procedural\" class=\"wp-block-heading\">1. Is the workflow mostly conversational or procedural?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If the agent mainly answers questions, summarises content, or helps users navigate information, start with a Prompt Agent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the agent must execute a defined process with branching logic, validation, and system updates, consider a Hosted Agent.<\/p>\n\n\n\n<h3 id=\"h-2-how-much-custom-integration-is-required\" class=\"wp-block-heading\">2. How much custom integration is required?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If built-in or standard tool integrations are enough, a Prompt Agent may be suitable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the agent needs custom APIs, complex authentication, or business-specific orchestration, Hosted Agents are likely a better fit.<\/p>\n\n\n\n<h3 id=\"h-3-what-level-of-control-is-required\" class=\"wp-block-heading\">3. What level of control is required?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents trade some control for speed and simplicity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosted Agents provide more control over code, runtime behaviour, state, and integration patterns.<\/p>\n\n\n\n<h3 id=\"h-4-what-is-the-risk-profile\" class=\"wp-block-heading\">4. What is the risk profile?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">For low-risk internal productivity use cases, Prompt Agents can be a sensible first step.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For customer-facing, regulated, financial, operational, or safety-sensitive workflows, deeper engineering controls may be required.<\/p>\n\n\n\n<h3 id=\"h-5-will-this-become-a-production-application\" class=\"wp-block-heading\">5. Will this become a production application?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If the agent is a lightweight assistant, a Prompt Agent may remain the right model.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the agent is expected to become part of a core business process, it may need the structure and lifecycle management of a Hosted Agent.<\/p>\n\n\n\n<h2 id=\"h-recommended-adoption-path\" class=\"wp-block-heading\">Recommended adoption path<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For many organisations, the best path is not to choose one model forever. It is to mature through stages.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A common approach is:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Start with a Prompt Agent to validate the business problem.<\/li>\n\n\n\n<li>Add approved data sources and tools.<\/li>\n\n\n\n<li>Measure usage, accuracy, cost, and support needs.<\/li>\n\n\n\n<li>Review security, privacy, and compliance requirements.<\/li>\n\n\n\n<li>Move to a Hosted Agent if the use case requires custom orchestration or production-grade application logic.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This staged approach helps avoid over-engineering early while still leaving room to scale properly.<\/p>\n\n\n\n<h2 id=\"h-final-thoughts\" class=\"wp-block-heading\">Final thoughts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Azure AI Foundry Prompt Agents and Hosted Agents are not competing ideas. They are different implementation models for different levels of complexity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prompt Agents help teams move quickly with configuration-driven agent experiences. Hosted Agents give developers the control needed for complex, integrated, production-grade workloads.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Australian businesses, the right choice should be based on risk, data sensitivity, integration needs, operational maturity, and compliance expectations \u2014 not just technical preference.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our team can help assess where AI agents fit into your Azure environment, identify the right architecture, and design a secure path from pilot to production.<\/p>\n\n\n\n<ul class=\"wp-block-yoast-seo-related-links yoast-seo-related-links\">\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/2026\/03\/05\/when-multi-agent-orchestration-pays-off-using-atts-90-cut\/\">When Multi-Agent Orchestration Pays Off Using AT&amp;T\u2019s 90% Cut<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/08\/21\/implementing-tags-in-azure-best-practices\/\">Implementing Tags in Azure &#8211; Best Practices<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/17\/why-microsoft-ai-foundry-should-be-on-every-cios-vendor-evaluation-list-for-2026\/\">Why Microsoft AI Foundry Should Be on Every CIO&#8217;s Vendor Evaluation List for 2026<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/03\/19\/microsoft-ai-foundry-gives-cios-a-unified-control-plane-for-governance-models-and-ai-risk\/\">Microsoft AI Foundry Gives CIOs a Unified Control Plane for Governance, Models and AI Risk<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/18\/microsoft-ai-foundry-hq-closes-the-gap-between-ai-experimentation-and-enterprise-grade-deployment\/\">Microsoft AI Foundry HQ Closes the Gap Between AI Experimentation and Enterprise-Grade Deployment<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>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.<\/p>\n","protected":false},"author":1,"featured_media":57580,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"Azure Foundry Prompt Agents Vs Hosted Agents","_yoast_wpseo_opengraph-description":"Two important options are Prompt Agents and Hosted Agents .","_yoast_wpseo_twitter-title":"Azure Foundry Prompt Agents Vs Hosted Agents","_yoast_wpseo_twitter-description":"Two important options are Prompt Agents and Hosted Agents .","_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-57578","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>Azure Foundry Prompt Agents Vs Hosted Agents<\/title>\n<meta name=\"description\" content=\"Two important options are Prompt Agents and Hosted Agents .\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Foundry Prompt Agents Vs Hosted Agents\" \/>\n<meta property=\"og:description\" content=\"Two important options are Prompt Agents and Hosted Agents .\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-27T23:24:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T23:24:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Azure Foundry Prompt Agents Vs Hosted Agents\" \/>\n<meta name=\"twitter:description\" content=\"Two important options are Prompt Agents and Hosted Agents .\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Azure Foundry Prompt Agents Vs Hosted Agents\",\"datePublished\":\"2026-05-27T23:24:01+00:00\",\"dateModified\":\"2026-05-27T23:24:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/\"},\"wordCount\":1450,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/azure-foundry-prompt-agents-vs-hosted-agents.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:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/\",\"name\":\"Azure Foundry Prompt Agents Vs Hosted Agents\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/azure-foundry-prompt-agents-vs-hosted-agents.png\",\"datePublished\":\"2026-05-27T23:24:01+00:00\",\"dateModified\":\"2026-05-27T23:24:06+00:00\",\"description\":\"Two important options are Prompt Agents and Hosted Agents .\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/azure-foundry-prompt-agents-vs-hosted-agents.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/azure-foundry-prompt-agents-vs-hosted-agents.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/05\\\/28\\\/azure-foundry-prompt-agents-vs-hosted-agents\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Azure Foundry Prompt Agents Vs Hosted Agents\"}]},{\"@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:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Azure Foundry Prompt Agents Vs Hosted Agents","description":"Two important options are Prompt Agents and Hosted Agents .","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:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","og_locale":"en_US","og_type":"article","og_title":"Azure Foundry Prompt Agents Vs Hosted Agents","og_description":"Two important options are Prompt Agents and Hosted Agents .","og_url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","og_site_name":"CPI Consulting","article_published_time":"2026-05-27T23:24:01+00:00","article_modified_time":"2026-05-27T23:24:06+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"Azure Foundry Prompt Agents Vs Hosted Agents","twitter_description":"Two important options are Prompt Agents and Hosted Agents .","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Azure Foundry Prompt Agents Vs Hosted Agents","datePublished":"2026-05-27T23:24:01+00:00","dateModified":"2026-05-27T23:24:06+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/"},"wordCount":1450,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.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:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","name":"Azure Foundry Prompt Agents Vs Hosted Agents","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","datePublished":"2026-05-27T23:24:01+00:00","dateModified":"2026-05-27T23:24:06+00:00","description":"Two important options are Prompt Agents and Hosted Agents .","breadcrumb":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#primaryimage","url":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","contentUrl":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"Azure Foundry Prompt Agents Vs Hosted Agents"}]},{"@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:\/\/cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","jetpack-related-posts":[{"id":57587,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/05\/28\/connecting-microsoft-foundry-agents-to-business-systems-2\/","url_meta":{"origin":57578,"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:\/\/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":57294,"url":"https:\/\/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":57578,"position":1},"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:\/\/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":[]},{"id":57288,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/03\/22\/what-microsoft-ai-foundry-means-for-australian-organisations-designing-enterprise-ai-platforms\/","url_meta":{"origin":57578,"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:\/\/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":57595,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/05\/28\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-useful\/","url_meta":{"origin":57578,"position":3},"title":"How Microsoft Foundry Agent Memory Makes AI Agents More Useful","author":"CPI Staff","date":"May 28, 2026","format":false,"excerpt":"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\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png 1x, \/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png 1.5x, \/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png 2x, \/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png 3x, \/wp-content\/uploads\/2026\/05\/how-microsoft-foundry-agent-memory-makes-ai-agents-more-usef.png 4x"},"classes":[]},{"id":57297,"url":"https:\/\/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":57578,"position":4},"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:\/\/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:\/\/cloudproinc.com.au\/index.php\/2026\/03\/16\/what-microsofts-new-ai-stack-means-for-safer-faster-ai-projects\/","url_meta":{"origin":57578,"position":5},"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:\/\/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":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57578","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=57578"}],"version-history":[{"count":2,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57578\/revisions"}],"predecessor-version":[{"id":57584,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57578\/revisions\/57584"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/57580"}],"wp:attachment":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=57578"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=57578"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=57578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}