{"id":58008,"date":"2026-07-23T08:02:11","date_gmt":"2026-07-22T22:02:11","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/"},"modified":"2026-07-23T08:03:29","modified_gmt":"2026-07-22T22:03:29","slug":"high-availability-and-disaster-recovery-for-microsoft-foundry-agents","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/","title":{"rendered":"High Availability and Disaster Recovery for Microsoft Foundry Agents"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post High Availability and Disaster Recovery for Microsoft Foundry Agents we will explain how to keep business-critical agents working when cloud services, data stores or integrations fail. Without this planning, an agent that saves hundreds of staff hours each month can suddenly become a new point of operational risk.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">At a high level, high availability keeps an agent running through smaller failures, while disaster recovery restores service after a major incident. The technology behind this includes Microsoft Foundry Agent Service, AI models, regional Azure services, replicated data, automated deployment templates and controlled traffic routing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why agent reliability is a business issue<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A demonstration agent can be restarted manually without much impact. A production agent may be processing customer requests, preparing quotes, updating a service desk or moving information between finance and operational systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If that agent goes offline, the problem is not simply that \u201cthe AI is unavailable\u201d. Work queues grow, staff return to manual processes and customers may receive delayed or inconsistent service.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first step is therefore to decide how important each agent is. An internal policy assistant may tolerate several hours of downtime. An agent supporting customer orders may need to recover within minutes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understand the parts that can fail<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry Agent Service is a managed platform for building and operating AI agents. An agent combines an AI model with instructions, memory and tools that allow it to search information or take approved actions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, the agent is only one part of the complete service. A production design may also depend on:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The AI model<\/strong> that interprets requests and decides what to do.<\/li>\n<li><strong>Azure Cosmos DB<\/strong>, a cloud database that can store conversations, run state and agent information.<\/li>\n<li><strong>Azure Storage<\/strong>, which can hold uploaded documents and other files.<\/li>\n<li><strong>Azure AI Search<\/strong>, which allows an agent to find relevant information inside business documents.<\/li>\n<li><strong>Microsoft Entra ID<\/strong>, which controls identities and access permissions.<\/li>\n<li><strong>Business systems and APIs<\/strong>, such as a CRM, ERP, service desk or external agent endpoint.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This matters because an agent endpoint can be online while one of its dependencies is unavailable. The agent may answer simple questions but fail as soon as it needs a customer record, document or external action.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We covered integration controls in more detail in connecting Microsoft Foundry agents to business systems. For availability planning, every connection described in that article also needs a timeout, retry and recovery strategy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Set recovery targets before choosing technology<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Two measurements should drive the design. The recovery time objective, or RTO, is how quickly the service must return. The recovery point objective, or RPO, is how much recent data the business can afford to lose.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, an RTO of 60 minutes means the agent should be operational within an hour. An RPO of 15 minutes means no more than 15 minutes of data should be lost.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A simple planning record might look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Agent: Customer service triage\nBusiness owner: Operations Director\nPrimary region: Australia East\nSecondary region: Approved recovery region\nRTO: 60 minutes\nRPO: 15 minutes\nManual fallback: Shared service desk queue\nRecovery approval: CIO or delegate\nTest frequency: Every six months<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">A shorter recovery target generally costs more because additional resources must remain ready. Not every agent needs an expensive active-active design where two complete environments run simultaneously.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Use a warm standby for important agents<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For many mid-sized organisations, a warm standby provides the best balance between cost and recovery speed. The primary environment handles normal work, while a second region contains preconfigured resources that can be activated during a serious outage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The secondary environment should not be an empty subscription and a document saying \u201crebuild Azure\u201d. It should already have networking, security policies, identities, monitoring and core data services prepared.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry itself should not be treated as providing automatic disaster recovery for the entire agent solution. Your application must know how to switch endpoints, restore or rebuild state and reconnect the agent to its tools.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use infrastructure as code, which means storing the Azure configuration in repeatable deployment files. Store agent instructions, model settings, tool definitions and knowledge sources in version control as well.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is particularly important because rebuilding an agent can create new resource or agent identifiers. Applications should read these identifiers from managed configuration rather than having them permanently written into the code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Protect state rather than only protecting the prompt<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Many recovery plans focus on the agent\u2019s instructions and overlook its state. State includes conversation history, uploaded files, workflow progress and information about actions already completed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a Microsoft Foundry Standard agent setup, organisations use their own Azure resources for this information. That provides stronger control over security and data location, but it also makes the organisation responsible for configuring the recovery features of Cosmos DB, Azure Storage and Azure AI Search.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enable appropriate backup, replication, soft-delete and resource-locking controls before an incident occurs. Some recovery capabilities cannot be enabled retrospectively after data has already been deleted.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Conversation threads deserve special attention because a deleted thread may not be recoverable. For important workflows, store the authoritative business record in the relevant CRM, ERP or case-management platform rather than treating an agent conversation as the only copy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Long-running work also needs checkpoints so the agent can safely resume without repeating completed actions. See our guide to how Microsoft Foundry AI agents resume work after interruptions for a deeper explanation of that pattern.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Design model and integration resilience separately<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The AI model deployment needs its own availability decision. Global, data-zone and regional deployment options process requests in different locations and offer different balances between capacity, resilience and data-location requirements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Australian organisations should confirm that the selected option matches their privacy obligations, contracts and internal data-handling policies. Do not select a globally distributed option purely for availability without confirming where inference may occur.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">External tools also need protection. If an agent calls another agent or an external API, the design should include sensible timeouts, limited retries and a safe holding queue.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Retries must be designed carefully. Retrying a document search is usually low risk. Retrying a payment, account update or order submission could duplicate a business transaction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Assign each action an idempotency key, which is a unique reference that lets the receiving system recognise a repeated request. For agent-to-agent connections, also apply the authentication controls explained in implementing secure A2A authentication in Microsoft Foundry Agent Service.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Test the business process rather than the backup<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Consider a 200-person professional services company using an agent to classify client emails, create service desk tickets and assign work. Its Azure backups report as healthy, so management assumes the service can recover.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">During a regional outage, the team discovers that the secondary agent has no current tool configuration. It can read emails but cannot create tickets, and nobody knows who is authorised to switch production traffic.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A proper recovery exercise would have exposed both gaps. Testing should confirm that users can reach the secondary service, identities still work, knowledge can be searched, actions reach business systems and monitoring alerts the right people.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This also supports the Essential Eight, the Australian Government\u2019s cybersecurity framework that many organisations use to reduce cyber risk. Its backup guidance is not satisfied by simply owning a backup product; recovery processes and access controls must work when needed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical readiness checklist<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Classify agents by business importance and acceptable downtime.<\/li>\n<li>Document RTO and RPO targets with the business owner.<\/li>\n<li>Use separate production and recovery environments.<\/li>\n<li>Store infrastructure and agent definitions in version control.<\/li>\n<li>Protect Cosmos DB, Storage and Search using suitable recovery controls.<\/li>\n<li>Keep the system of record outside the conversation thread.<\/li>\n<li>Design safe retries and manual fallback processes.<\/li>\n<li>Monitor the agent, model, data stores and external tools.<\/li>\n<li>Document who can declare a disaster and initiate failover.<\/li>\n<li>Run scheduled recovery exercises and record what failed.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Reliability should match the value of the agent<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The goal is not to build the most complicated architecture possible. It is to make the cost and recovery capability proportionate to the business process being protected.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CloudPro Inc combines more than 20 years of enterprise IT experience with practical Microsoft Foundry, Azure and cybersecurity expertise. As a Melbourne-based Microsoft Partner and Wiz Security Integrator, we help organisations examine the whole service rather than assuming the agent platform will protect every dependency automatically.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are not sure whether your Microsoft Foundry agents could survive a regional outage, data loss event or failed integration, we are happy to review the design and identify the most important gaps \u2014 no strings attached.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Learn how to keep Microsoft Foundry agents available during outages, protect their data and build a practical recovery plan without creating unnecessary cost or complexity.<\/p>\n","protected":false},"author":1,"featured_media":58010,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"High Availability and Disaster Recovery for AI Agents","_yoast_wpseo_opengraph-description":"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.","_yoast_wpseo_twitter-title":"High Availability and Disaster Recovery for AI Agents","_yoast_wpseo_twitter-description":"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.","_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":[80,131,13,115],"tags":[],"class_list":["post-58008","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-agents","category-backup-disaster-recovery","category-blog","category-microsoft-ai-foundry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>High Availability and Disaster Recovery for AI Agents<\/title>\n<meta name=\"description\" content=\"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.\" \/>\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\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"High Availability and Disaster Recovery for AI Agents\" \/>\n<meta property=\"og:description\" content=\"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-22T22:02:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T22:03:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2026\/07\/high-availability-and-disaster-recovery-for-microsoft-foundry-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=\"High Availability and Disaster Recovery for AI Agents\" \/>\n<meta name=\"twitter:description\" content=\"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.\" \/>\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:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"High Availability and Disaster Recovery for Microsoft Foundry Agents\",\"datePublished\":\"2026-07-22T22:02:11+00:00\",\"dateModified\":\"2026-07-22T22:03:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/\"},\"wordCount\":1384,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png\",\"articleSection\":[\"AI Agents\",\"Backup &amp; Disaster Recovery\",\"Blog\",\"Microsoft AI Foundry\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/\",\"name\":\"High Availability and Disaster Recovery for AI Agents\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png\",\"datePublished\":\"2026-07-22T22:02:11+00:00\",\"dateModified\":\"2026-07-22T22:03:29+00:00\",\"description\":\"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/23\\\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"High Availability and Disaster Recovery for Microsoft Foundry Agents\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.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:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.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":"High Availability and Disaster Recovery for AI Agents","description":"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.","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\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/","og_locale":"en_US","og_type":"article","og_title":"High Availability and Disaster Recovery for AI Agents","og_description":"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/","og_site_name":"CPI Consulting","article_published_time":"2026-07-22T22:02:11+00:00","article_modified_time":"2026-07-22T22:03:29+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2026\/07\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"High Availability and Disaster Recovery for AI Agents","twitter_description":"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#article","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/"},"author":{"name":"CPI Staff","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"High Availability and Disaster Recovery for Microsoft Foundry Agents","datePublished":"2026-07-22T22:02:11+00:00","dateModified":"2026-07-22T22:03:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/"},"wordCount":1384,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png","articleSection":["AI Agents","Backup &amp; Disaster Recovery","Blog","Microsoft AI Foundry"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/","name":"High Availability and Disaster Recovery for AI Agents","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png","datePublished":"2026-07-22T22:02:11+00:00","dateModified":"2026-07-22T22:03:29+00:00","description":"Plan high availability and disaster recovery for business-critical AI agents, with recovery targets, warm standby, replicated data and resilient integrations.","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#primaryimage","url":"\/wp-content\/uploads\/2026\/07\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png","contentUrl":"\/wp-content\/uploads\/2026\/07\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/23\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"High Availability and Disaster Recovery for Microsoft Foundry Agents"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudproinc.com.au\/#website","url":"https:\/\/www.cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/www.cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.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:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.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\/07\/high-availability-and-disaster-recovery-for-microsoft-foundry-agents.png","jetpack-related-posts":[{"id":57787,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","url_meta":{"origin":58008,"position":0},"title":"Connecting Microsoft Foundry Agents to External A2A Endpoints","author":"CPI Staff","date":"July 7, 2026","format":false,"excerpt":"A practical guide for tech leaders on connecting Microsoft Foundry agents to external A2A endpoints safely, without creating cost, security, or governance surprises.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 1x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 1.5x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 2x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 3x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 4x"},"classes":[]},{"id":58000,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery\/","url_meta":{"origin":58008,"position":1},"title":"How GitHub Copilot Speeds Up Secure Microsoft Foundry Agent Delivery","author":"CPI Staff","date":"July 22, 2026","format":false,"excerpt":"Learn how GitHub Copilot and Microsoft Foundry can help teams build, test and deploy useful AI agents faster without losing control of security or costs.","rel":"","context":"In &quot;AI Agents&quot;","block_context":{"text":"AI Agents","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-agents\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 1x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 1.5x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 2x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 3x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 4x"},"classes":[]},{"id":57836,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/12\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service\/","url_meta":{"origin":58008,"position":2},"title":"Implementing Secure A2A Auth in Microsoft Foundry Agent Service","author":"CPI Staff","date":"July 12, 2026","format":false,"excerpt":"AI agents are starting to call other agents. Here is how to implement A2A authentication in Microsoft Foundry Agent Service without creating a security blind spot.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 1x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 1.5x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 2x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 3x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 4x"},"classes":[]},{"id":57809,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/08\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely\/","url_meta":{"origin":58008,"position":3},"title":"Deploy Containerised Hosted Agents with Microsoft Foundry Safely","author":"CPI Staff","date":"July 8, 2026","format":false,"excerpt":"A practical guide for tech leaders on when containerised hosted agents make sense, how they work, and how to deploy them without creating security or cost surprises.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 1x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 1.5x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 2x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 3x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 4x"},"classes":[]},{"id":57587,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/connecting-microsoft-foundry-agents-to-business-systems-2\/","url_meta":{"origin":58008,"position":4},"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":57996,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-keeps-ai-data-in-the-asia-pacific-region\/","url_meta":{"origin":58008,"position":5},"title":"How Microsoft Foundry Keeps AI Data in the Asia Pacific Region","author":"CPI Staff","date":"July 22, 2026","format":false,"excerpt":"Microsoft Foundry can keep AI processing within Asia Pacific, but only with the right deployment, model and connected services. Here is what Australian technology leaders need to check.","rel":"","context":"In &quot;AI Governance &amp; Risk Management&quot;","block_context":{"text":"AI Governance &amp; Risk Management","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-governance-risk-management\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-keeps-ai-data-in-the-asia-pacific-region.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-keeps-ai-data-in-the-asia-pacific-region.png 1x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-keeps-ai-data-in-the-asia-pacific-region.png 1.5x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-keeps-ai-data-in-the-asia-pacific-region.png 2x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-keeps-ai-data-in-the-asia-pacific-region.png 3x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-keeps-ai-data-in-the-asia-pacific-region.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58008","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=58008"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58008\/revisions"}],"predecessor-version":[{"id":58009,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58008\/revisions\/58009"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/58010"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=58008"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=58008"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=58008"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}