{"id":57787,"date":"2026-07-07T09:31:10","date_gmt":"2026-07-06T23:31:10","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/"},"modified":"2026-07-07T09:32:39","modified_gmt":"2026-07-06T23:32:39","slug":"connecting-microsoft-foundry-agents-to-external-a2a-endpoints","status":"publish","type":"post","link":"https:\/\/cloudproinc.com.au\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","title":{"rendered":"Connecting Microsoft Foundry Agents to External A2A Endpoints"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post Connecting Microsoft Foundry Agents to External A2A Endpoints we will look at how Microsoft Foundry agents can safely talk to external AI agents using A2A, why this matters for business systems, and what tech leaders should check before moving beyond a proof of concept.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">Many organisations are now past the first AI demo. The board has seen a chatbot answer policy questions. The operations team has tested an AI assistant. The CIO is now asking the harder question: can this thing actually do useful work across the business without creating a security mess?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is where A2A comes in. A2A, short for Agent-to-Agent, is a way for one AI agent to communicate with another AI agent using a shared protocol. In plain English, it gives agents a common language so they can ask for help, pass context, and return results without every system needing a custom one-off integration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Microsoft Foundry agents, this matters because not every useful capability will live inside Microsoft Foundry. You may have a specialist claims agent built by a vendor, a finance agent running in another cloud platform, or an internal automation agent exposed by your development team. A2A gives your Foundry agent a controlled way to call that external agent instead of trying to rebuild everything from scratch.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The business problem A2A is trying to solve<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most businesses do not have one neat technology stack. A 200-person company might run Microsoft 365, a CRM, a payroll system, a service desk, several line-of-business applications, and a mix of vendor portals. AI agents become less useful if they can only answer questions from one corner of that environment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The old way to fix this was to build a custom integration for each system. That can work, but it becomes expensive quickly. Every new vendor, workflow, or security requirement adds another connection to design, test, document, and support.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A2A is designed to reduce that friction. Instead of your Foundry agent needing to understand every backend system directly, it can call another agent that already knows how to perform a specialist task. Your Foundry agent remains the front door for the user, while the external A2A agent does the specialist work behind the scenes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have read our earlier article on connecting Microsoft Foundry agents to business systems, think of A2A as the next step. That article focused on connecting agents to applications and data. This one focuses on connecting agents to other agents.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How the technology works in plain English<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An external A2A endpoint is simply a web-accessible address where another AI agent can be reached. The external agent publishes information about what it can do, how it should be called, and what security it requires. This information is usually described in an agent card.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An agent card is like a business profile for an AI agent. It may include the agent name, description, supported skills, endpoint address, authentication method, and supported communication options. Your Microsoft Foundry agent uses that information to decide how to call the external agent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The A2A protocol supports common web standards such as HTTP and structured messages. In practical terms, that means your teams are not locked into a single vendor framework. A Foundry agent can call an A2A-compatible endpoint even if that endpoint was built using a different agent framework, provided the endpoint follows the protocol properly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry Agent Service now supports connecting a Foundry agent to a remote A2A endpoint as an A2A tool. It is important to note that some A2A capabilities are still marked as preview. For business-critical workloads, that means you should treat them as production planning features, not something to quietly drop into payroll, finance, or customer operations without controls.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A simple example<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Imagine a national services company with 180 employees. Their operations team wants an AI assistant in Microsoft Teams that can answer customer delivery questions. The answer may require information from the CRM, warehouse system, and freight provider.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One option is to connect the main Foundry agent directly to every system. Another option is to use A2A. The Foundry agent can handle the user conversation, then call a specialist logistics agent exposed through an A2A endpoint. That logistics agent already knows how to check dispatch status, delivery exceptions, and carrier updates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The business outcome is not \u201cagent interoperability\u201d. The business outcome is faster customer response times, fewer internal handoffs, and less custom integration work. For a lean IT team, that difference matters.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where A2A fits with Microsoft Foundry<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry gives organisations a structured way to build, test, and manage AI agents. Foundry agents can use models, instructions, tools, memory, and business connections to complete tasks. We covered some of those choices in Azure Foundry prompt agents vs hosted agents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A2A adds another option: instead of giving the agent another database or API, you give it another agent to call. That external agent may be hosted in Azure, another cloud platform, a vendor environment, or an internal application environment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is especially useful when the external agent owns a defined business capability. Examples include a legal review agent, procurement policy agent, cyber triage agent, HR onboarding agent, or finance reconciliation agent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more technical background on the protocol itself, our earlier post on building interoperable AI agents with A2A and Agent Framework explains the broader architecture. The key point for decision-makers is simpler: A2A can help your AI environment grow without turning into a collection of disconnected experiments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The basic connection pattern<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">At a high level, connecting a Microsoft Foundry agent to an external A2A endpoint follows this pattern:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n <li><strong>Confirm the external agent is A2A-compatible.<\/strong> It should expose an agent card or provide a clearly documented endpoint.<\/li>\n <li><strong>Check what the agent is allowed to do.<\/strong> Do not connect agents based only on technical availability. Confirm the business process, risk level, and data sensitivity.<\/li>\n <li><strong>Choose the authentication model.<\/strong> Authentication means proving who or what is allowed to call the endpoint. For simple use cases, a shared service identity may be enough. For sensitive workflows, each user may need their own access context.<\/li>\n <li><strong>Add the A2A endpoint as a tool in Foundry.<\/strong> This allows the Foundry agent to call the external agent when the user request requires it.<\/li>\n <li><strong>Test with real scenarios.<\/strong> Use practical business questions, edge cases, and failure cases before making the agent available to staff.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">That may sound straightforward, but the governance decisions are where most projects succeed or fail. The connection is only useful if the right agent can call the right endpoint, with the right permissions, and with logs that show what happened.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A light technical example<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The following example is not a full production build. It shows the idea of discovering an A2A agent card and calling a remote agent from a .NET application using Microsoft Agent Framework concepts.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Example only: validate a remote A2A agent before using it in a wider design\nusing A2A;\nusing Microsoft.Agents.AI;\n\nA2ACardResolver resolver = new(new Uri(&quot;https:\/\/external-agent.example.com&quot;));\n\nAIAgent remoteAgent = await resolver.GetAIAgentAsync();\n\nAgentRunResponse response = await remoteAgent.RunAsync(\n &quot;Check whether this customer order has a delivery exception.&quot;\n);\n\nConsole.WriteLine;<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In business terms, this code is doing three things. It finds the external agent, checks how to talk to it, and sends a task. In a real environment, you would add identity controls, logging, network restrictions, error handling, data filtering, and monitoring.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A simplified Foundry design might look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>User in Teams or web app\n |\n v\nMicrosoft Foundry agent\n |\n |-- Uses internal tools for Microsoft 365 or business data\n |\n |-- Calls external A2A endpoint when specialist help is needed\n v\nExternal specialist agent\n |\n v\nReturns result to Foundry agent, which replies to the user<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The important point is control. The user still interacts with the Foundry agent. The external agent does not take over the whole conversation unless you design it that way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Security questions CIOs should ask before connecting A2A endpoints<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A2A makes agent-to-agent communication easier. It does not remove the need for security design. In fact, it makes good governance more important because agents may now pass context and requests across system boundaries.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Who is the agent acting as?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is the first question we ask clients. Is the Foundry agent calling the external endpoint using one shared identity, or is it acting on behalf of the signed-in user?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A shared identity is simpler to manage, but it can create over-permissioned access if you are not careful. User-level access is more precise, but it requires stronger identity design and better testing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What data leaves your environment?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Some A2A calls may only send a short task description. Others may include customer names, case notes, contract details, or operational data. That matters for Australian privacy obligations and internal risk policies.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before connecting an endpoint, classify the data. If personal information, financial information, or regulated data is involved, involve security and compliance early.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How will you monitor it?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If an external agent gives the wrong answer, exposes sensitive information, or fails during a business process, someone needs to know. Logging and monitoring should cover the Foundry agent, the A2A call, the external endpoint, and the user action that triggered it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is where tools such as Microsoft Defender and Wiz can help. Defender can help monitor Microsoft environments, while Wiz can give cloud security teams visibility across cloud workloads and risks. As a Microsoft Partner and Wiz Security Integrator, CloudProInc often looks at these controls together rather than treating AI as a separate island.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Do not skip Essential 8 thinking<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For Australian organisations, the Essential 8 is the Australian Government\u2019s cybersecurity framework that many organisations use to reduce common cyber risks. AI agents are not exempt from that conversation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If an agent can trigger actions, retrieve files, or connect to external services, it should be included in your access control, patching, logging, backup, and incident response planning. That is especially true if the external A2A endpoint is hosted outside your direct control.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A practical governance checklist should include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Multi-factor authentication for administrators and privileged users.<\/li>\n <li>Least privilege access, meaning agents only get the permissions they need.<\/li>\n <li>Approved endpoints only, with no unreviewed agent connections.<\/li>\n <li>Clear logging of user prompts, tool calls, and agent responses where appropriate.<\/li>\n <li>Regular review of secrets, tokens, certificates, and managed identities.<\/li>\n <li>A rollback plan if the external agent becomes unavailable or behaves unexpectedly.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Common mistakes we see<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first mistake is treating A2A as a shortcut around integration governance. It is still an integration. It just happens to be an integration between agents rather than between traditional applications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The second mistake is giving the agent too much freedom too early. Start with read-only or low-risk tasks. Once the business trusts the process, you can consider workflows that create tickets, update records, or trigger approvals.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The third mistake is ignoring cost. Agent-to-agent workflows can involve multiple model calls, tool calls, retries, and long-running tasks. If you do not monitor usage, a successful pilot can become an expensive production surprise.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fourth mistake is not designing for failure. The external A2A endpoint may be slow, unavailable, or return a low-confidence result. The Foundry agent needs clear instructions on when to retry, when to escalate, and when to tell the user it cannot complete the task.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When A2A is the right choice<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A2A is worth considering when a specialist agent already exists, when multiple teams are building agents independently, or when you need to connect Microsoft Foundry to vendor-provided agent capabilities.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is also useful when you want a cleaner separation of responsibilities. The customer service agent should not need to know every detail of finance, logistics, and legal review. It should know when to ask the right specialist agent for help.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, A2A is not always the answer. If you only need to retrieve a customer record from a CRM, a direct business system connection may be simpler. If you need a predictable multi-step process, a workflow may be more appropriate than free-form agent collaboration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical adoption roadmap<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For most organisations, we recommend a staged approach:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n <li><strong>Pick one high-value use case.<\/strong> Choose a workflow where delays, handoffs, or manual checking are costing time.<\/li>\n <li><strong>Map the agents and systems involved.<\/strong> Identify which agent owns the user conversation and which agent owns the specialist task.<\/li>\n <li><strong>Define security boundaries.<\/strong> Decide what data can be sent, who can call the endpoint, and what the external agent can return.<\/li>\n <li><strong>Build a controlled pilot.<\/strong> Keep the first version narrow, measurable, and easy to turn off.<\/li>\n <li><strong>Measure business outcomes.<\/strong> Track time saved, tickets avoided, manual steps removed, and risk reduced.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This is the kind of hands-on planning CloudProInc helps clients with. We are based in Melbourne, work with organisations across Australia and internationally, and bring more than 20 years of enterprise IT experience across Azure, Microsoft 365, Intune, Windows 365, OpenAI, Claude, Microsoft Defender, and Wiz.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The bottom line<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Connecting Microsoft Foundry agents to external A2A endpoints can make AI agents far more useful. It allows your main agent to call specialist agents, work across vendor boundaries, and support more complex business workflows without rebuilding everything inside one platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But the value comes from disciplined design. The right A2A connection can reduce manual effort, improve response times, and lower integration costs. The wrong one can create unclear accountability, hidden security risk, and uncontrolled AI spending.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are exploring Microsoft Foundry agents and are not sure whether A2A should be part of your architecture, CloudProInc is happy to take a look. No hard sell \u2014 just a practical review of what you are trying to achieve, what risks need to be managed, and whether your current setup is ready for production.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>A practical guide for tech leaders on connecting Microsoft Foundry agents to external A2A endpoints safely, without creating cost, security, or governance surprises.<\/p>\n","protected":false},"author":1,"featured_media":57789,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"A2A Endpoints: Connect External AI Agents","_yoast_wpseo_opengraph-description":"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.","_yoast_wpseo_twitter-title":"A2A Endpoints: Connect External AI Agents","_yoast_wpseo_twitter-description":"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[13],"tags":[],"class_list":["post-57787","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>A2A Endpoints: Connect External AI Agents<\/title>\n<meta name=\"description\" content=\"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.\" \/>\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\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A2A Endpoints: Connect External AI Agents\" \/>\n<meta property=\"og:description\" content=\"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-06T23:31:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-06T23:32:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.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=\"A2A Endpoints: Connect External AI Agents\" \/>\n<meta name=\"twitter:description\" content=\"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.\" \/>\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=\"12 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\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Connecting Microsoft Foundry Agents to External A2A Endpoints\",\"datePublished\":\"2026-07-06T23:31:10+00:00\",\"dateModified\":\"2026-07-06T23:32:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/\"},\"wordCount\":2217,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/\",\"name\":\"A2A Endpoints: Connect External AI Agents\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png\",\"datePublished\":\"2026-07-06T23:31:10+00:00\",\"dateModified\":\"2026-07-06T23:32:39+00:00\",\"description\":\"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2026\\\/07\\\/07\\\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Connecting Microsoft Foundry Agents to External A2A Endpoints\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#website\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/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.azurewebsites.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/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":"A2A Endpoints: Connect External AI Agents","description":"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.","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\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","og_locale":"en_US","og_type":"article","og_title":"A2A Endpoints: Connect External AI Agents","og_description":"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.","og_url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","og_site_name":"CPI Consulting","article_published_time":"2026-07-06T23:31:10+00:00","article_modified_time":"2026-07-06T23:32:39+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"A2A Endpoints: Connect External AI Agents","twitter_description":"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Connecting Microsoft Foundry Agents to External A2A Endpoints","datePublished":"2026-07-06T23:31:10+00:00","dateModified":"2026-07-06T23:32:39+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/"},"wordCount":2217,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","name":"A2A Endpoints: Connect External AI Agents","isPartOf":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","datePublished":"2026-07-06T23:31:10+00:00","dateModified":"2026-07-06T23:32:39+00:00","description":"Learn how A2A endpoints let AI agents call specialist agents safely, reducing custom integrations while keeping security and production controls clear.","breadcrumb":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#primaryimage","url":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","contentUrl":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudproinc.azurewebsites.net\/"},{"@type":"ListItem","position":2,"name":"Connecting Microsoft Foundry Agents to External A2A Endpoints"}]},{"@type":"WebSite","@id":"https:\/\/cloudproinc.azurewebsites.net\/#website","url":"https:\/\/cloudproinc.azurewebsites.net\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudproinc.azurewebsites.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/cloudproinc.azurewebsites.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/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.azurewebsites.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/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\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","jetpack-related-posts":[{"id":53359,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/05\/customizing-a-blazor-9-web-app-add-a-logo-and-change-the-sidebar-color\/","url_meta":{"origin":57787,"position":0},"title":"Customizing a Blazor 9 Web App: Add a Logo and Change the Sidebar Color","author":"CPI Staff","date":"May 5, 2025","format":false,"excerpt":"Blazor 9 introduces a powerful, component-driven architecture that makes it easier than ever to build interactive and modern web applications using .NET. In this tutorial, we'll walk you through how to personalize your Blazor web app by adding a custom logo and changing the sidebar color to give your app\u2026","rel":"","context":"In &quot;.NET&quot;","block_context":{"text":".NET","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/net\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 1x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 1.5x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 2x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 3x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 4x"},"classes":[]},{"id":53066,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/01\/23\/enable-microsoft-365-insider-using-intune\/","url_meta":{"origin":57787,"position":1},"title":"Enable Microsoft 365 Insider Using Intune","author":"CPI Staff","date":"January 23, 2025","format":false,"excerpt":"In this blog post, we will show you how to set up Microsoft 365 Insider using Microsoft Intune. Estimated reading time: 4 minutes Table of contentsEnable Microsoft 365 Insider Using IntuneSync and Check VersionSimilar Posts This process will guide you through creating and assigning a configuration profile that changes the\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/01\/Enable-Microsoft-365-Insider-Using-Intune.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/01\/Enable-Microsoft-365-Insider-Using-Intune.webp 1x, \/wp-content\/uploads\/2025\/01\/Enable-Microsoft-365-Insider-Using-Intune.webp 1.5x, \/wp-content\/uploads\/2025\/01\/Enable-Microsoft-365-Insider-Using-Intune.webp 2x"},"classes":[]},{"id":327,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/07\/03\/configure-email-security-quarantine-policy-in-microsoft-365\/","url_meta":{"origin":57787,"position":2},"title":"Configure Email Security Quarantine Policy in Microsoft 365","author":"CPI Staff","date":"July 3, 2024","format":false,"excerpt":"In this Microsoft 365 Security blog post, we will explain how to configure email security quarantine policy in Microsoft 365. Microsoft 365 email quarantine is a security feature that isolates suspicious emails detected by spam filters and phishing detectors from passing in. Once an email is detected and isolated, it\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/Configure-Email-Security-Quarantine-Policy-in-Microsoft-365.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/Configure-Email-Security-Quarantine-Policy-in-Microsoft-365.webp 1x, \/wp-content\/uploads\/2024\/07\/Configure-Email-Security-Quarantine-Policy-in-Microsoft-365.webp 1.5x, \/wp-content\/uploads\/2024\/07\/Configure-Email-Security-Quarantine-Policy-in-Microsoft-365.webp 2x"},"classes":[]},{"id":53293,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/04\/25\/openai-gpt-image-1-blazor-net-image-generator-web-app\/","url_meta":{"origin":57787,"position":3},"title":"OpenAI GPT-Image-1 Blazor .NET Image Generator Web App","author":"CPI Staff","date":"April 25, 2025","format":false,"excerpt":"In this blog post, we will present the OpenAI GPT-Image-1 Blazor .NET Image Generator Web App, a tool designed to demonstrate the capabilities of OpenAI's latest image generation API. \u00a0What Does the Web App Do? This Blazor-based web application leverages OpenAI's GPT-Image-1 model to generate stunning, high-quality images based on\u2026","rel":"","context":"In &quot;.NET&quot;","block_context":{"text":".NET","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/net\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/04\/OpenAI-GPT-image-1-image-API.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/04\/OpenAI-GPT-image-1-image-API.png 1x, \/wp-content\/uploads\/2025\/04\/OpenAI-GPT-image-1-image-API.png 1.5x, \/wp-content\/uploads\/2025\/04\/OpenAI-GPT-image-1-image-API.png 2x"},"classes":[]},{"id":53390,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/","url_meta":{"origin":57787,"position":4},"title":"Add an Eye-Catching Pop-Up to Your SharePoint Online Site","author":"CPI Staff","date":"May 18, 2025","format":false,"excerpt":"In this SharePoint Online blog post we will show how to Add an Eye-Catching Pop-Up to Your SharePoint Online Site. Looking for a simple way to draw attention to important messages on your SharePoint Online site? Whether you're launching a new tool, announcing a policy change, or just want to\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png 1x, \/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png 1.5x, \/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png 2x"},"classes":[]},{"id":56828,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/26\/customise-voice-synthesis-with-azure-speech-and-ssml\/","url_meta":{"origin":57787,"position":5},"title":"Customise Voice Synthesis With Azure Speech And SSML","author":"CPI Staff","date":"November 26, 2025","format":false,"excerpt":"Learn how to customise synthetic voices using Azure Cognitive Services and SSML to deliver clearer, more natural text-to-speech experiences in your applications.","rel":"","context":"In &quot;Azure AI Services&quot;","block_context":{"text":"Azure AI Services","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/azure-ai-services\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/11\/customise-voice-synthesis-with-azure-speech-and-ssml.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/11\/customise-voice-synthesis-with-azure-speech-and-ssml.png 1x, \/wp-content\/uploads\/2025\/11\/customise-voice-synthesis-with-azure-speech-and-ssml.png 1.5x, \/wp-content\/uploads\/2025\/11\/customise-voice-synthesis-with-azure-speech-and-ssml.png 2x, \/wp-content\/uploads\/2025\/11\/customise-voice-synthesis-with-azure-speech-and-ssml.png 3x, \/wp-content\/uploads\/2025\/11\/customise-voice-synthesis-with-azure-speech-and-ssml.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57787","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=57787"}],"version-history":[{"count":1,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57787\/revisions"}],"predecessor-version":[{"id":57788,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57787\/revisions\/57788"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/57789"}],"wp:attachment":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=57787"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=57787"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=57787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}