{"id":58020,"date":"2026-07-24T08:04:34","date_gmt":"2026-07-23T22:04:34","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/"},"modified":"2026-07-24T08:05:57","modified_gmt":"2026-07-23T22:05:57","slug":"build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/","title":{"rendered":"Build AI Agents Faster with Microsoft Foundry Toolkit in VS Code"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post Build AI Agents Faster with Microsoft Foundry Toolkit in VS Code we will explain how technology teams can move from an AI idea to a working business agent with less setup, fewer disconnected tools and better control.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">Many organisations are not short of AI ideas. The problem is turning those ideas into reliable applications without spending months selecting models, configuring development environments and rebuilding prototypes for production.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry Toolkit addresses this gap. It brings model selection, agent design, testing, debugging and deployment into Visual Studio Code, the application many developers already use to write and test software.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Microsoft Foundry Toolkit<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry Toolkit is a Visual Studio Code extension for building generative AI applications and agents. It was previously called AI Toolkit, and Microsoft has combined its earlier Foundry extension capabilities into the same development experience.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An AI agent is software that uses an AI model, business instructions and approved tools to complete a task. Unlike a basic chatbot, an agent can look up information, follow a process and take permitted actions in other systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, an employee support agent could review a request, search an approved policy library, check the status of an IT ticket and prepare a response. The agent is not simply generating text; it is working through a controlled business process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Toolkit gives developers a central place to explore models, create these instructions, connect tools, test different scenarios and prepare the agent for Microsoft Foundry, Microsoft&#8217;s managed platform for building and operating AI applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why AI agent projects often take too long<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first demonstration is rarely the difficult part. A developer can often produce an impressive AI prototype in days, but several problems appear when the business asks whether it is secure, accurate and ready for employees.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The selected model may be too expensive for regular use.<\/li>\n<li>The agent may work with simple questions but fail on unusual requests.<\/li>\n<li>Connections to business systems may rely on manually stored passwords or keys.<\/li>\n<li>Testing may be based on a few successful examples rather than measurable results.<\/li>\n<li>The prototype may need to be rebuilt before it can be securely deployed.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These gaps create delays and hidden costs. They also make it difficult for CIOs and CTOs to tell the difference between an interesting experiment and a useful business service.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As covered in our guide to Microsoft&#8217;s newer AI stack, successful delivery depends on how the development, agent, hosting and governance layers work together. Foundry Toolkit makes those layers easier for developers to access from one workspace.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How the Toolkit speeds up delivery<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Teams can compare models before committing<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Not every business task needs the largest or most expensive AI model. A simple classification agent may perform well with a smaller model, while a complex contract review task may require stronger reasoning.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry Toolkit provides access to model catalogues and playgrounds where developers can test prompts and compare responses. A playground is a safe testing area where the team can experiment without first building a complete application.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This helps the business assess quality, response time and likely usage cost earlier. The outcome is a better chance of selecting the most economical model that can still do the job reliably.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Agent Builder reduces repetitive setup<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Agent Builder lets a development team define an agent&#8217;s role, instructions, model, tools and expected output in one place. Teams can begin with a prompt-based agent and generate code when more control is required.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A simple design brief might look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Agent: Service Desk Triage\nGoal: Classify employee support requests\nApproved tools: Ticket lookup and policy search\nOutput: Category, priority and recommended next step\nEscalate when: The request involves security or payroll data<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The Toolkit helps turn that design into something developers can run and test. This removes part of the repetitive work normally required to connect the model, development project and testing interface.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For projects that need detailed custom logic, our article on building production agents with Microsoft Agent Framework and .NET explains how teams can move beyond prompt-only designs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Business tools can be added in a standard way<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An agent becomes useful when it can work with approved business information. Foundry Toolkit supports Model Context Protocol, or MCP, which is a standard way for an AI application to connect with tools and data sources.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, an agent might use an MCP connection to search a product catalogue, retrieve a customer record or create a draft service ticket. Instead of writing every connection from the beginning, developers can work with a more consistent structure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This can reduce integration time, but access still needs to be limited. An accounts assistant agent should not automatically receive permission to modify every finance record simply because the connection is technically possible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Showing an agent only the tools needed for its current task can also reduce processing costs. We explore this further in how Microsoft Foundry Toolboxes reduce AI agent token costs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Developers can see why an agent failed<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Traditional software normally follows predictable instructions. AI agents can make different decisions depending on the request, available information and tools they are allowed to use.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Toolkit includes debugging and visualisation capabilities that help developers inspect an agent&#8217;s steps. This is often called tracing, which simply means recording what the agent did, which tool it called and where the result went wrong.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For workflows involving multiple agents, teams can also view how work passes between them. This makes it easier to find unnecessary steps, incorrect tool calls and instructions that produce inconsistent results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The business benefit is shorter fault-finding time and clearer evidence that the agent has been tested before employees or customers depend on it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. The path from prototype to Azure is shorter<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A local prototype is useful, but production agents need managed access, monitoring and deployment controls. Foundry Toolkit can connect the development workspace to Microsoft Foundry resources in Azure, including projects, model deployments and hosted agents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This does not mean every prototype is automatically production-ready. It does reduce the number of manual handovers between local development and the cloud environment where the agent will operate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a broader introduction to the platform, see our guide on how to build AI applications with Azure AI Foundry.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical mid-sized business scenario<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Consider a 200-person professional services firm receiving hundreds of internal questions each month about leave, expenses, security and IT support. Employees wait for answers, while operations staff repeatedly search the same documents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The firm could start with one narrow agent that answers questions from approved policies and sends uncertain requests to a person. Using Foundry Toolkit, its development team can compare models, build the agent, connect a controlled document source and test it against real question patterns.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The initial success measures should be practical: fewer repetitive tickets, faster response times and a low rate of incorrect answers. Only after those measures are met should the agent receive additional tools or be expanded into more sensitive areas.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This approach is usually faster and safer than attempting to build an all-purpose company assistant from day one.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Controls that should not be skipped<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Faster development must not mean weaker governance. Foundry Toolkit accelerates the technical workflow, but the organisation still needs clear rules around data, access and accountability.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Start with low-risk data.<\/strong> Do not use confidential customer, employee or financial information until the data handling process has been approved.<\/li>\n<li><strong>Use identity-based access.<\/strong> Wherever possible, give the agent a managed digital identity rather than storing passwords inside its code.<\/li>\n<li><strong>Apply least privilege.<\/strong> Give the agent access only to the systems and actions required for its specific job.<\/li>\n<li><strong>Test failure cases.<\/strong> Include incomplete, misleading, sensitive and unusual requests rather than testing only ideal examples.<\/li>\n<li><strong>Keep human approval for high-impact actions.<\/strong> Payments, account changes, legal decisions and security responses should not be fully automated without appropriate oversight.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Australian organisations should also consider privacy obligations and the Essential Eight, the Australian Government&#8217;s cybersecurity framework. The Toolkit does not make an AI solution compliant by itself, but its use should sit within existing controls for access, patching, application management and administrator privileges.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What tech leaders should do next<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry Toolkit is most valuable when the business has a clear task, measurable outcomes and an agreed risk boundary. It will not rescue a project with no owner, poor data or an undefined purpose.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Begin with one process that consumes employee time but does not create major risk if the agent asks for human help. Set a cost limit, define acceptable accuracy and decide what evidence must be collected before production approval.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CloudProInc combines more than 20 years of enterprise IT experience with hands-on expertise across Microsoft Foundry, Azure, OpenAI, Claude, Microsoft 365, Intune, Defender and Wiz. As a Melbourne-based Microsoft Partner and Wiz Security Integrator, we help organisations build useful AI services while keeping security and operating costs visible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are unsure whether your AI agent idea is a practical business project or another expensive experiment, we are happy to review the use case and proposed architecture with you \u2014 no strings attached.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Foundry Toolkit helps development teams build and test business AI agents faster. Learn how to reduce delivery time without losing control of security, quality or costs.<\/p>\n","protected":false},"author":1,"featured_media":58022,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"AI Agents: Build Faster with Foundry Toolkit in VS Code","_yoast_wpseo_opengraph-description":"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.","_yoast_wpseo_twitter-title":"AI Agents: Build Faster with Foundry Toolkit in VS Code","_yoast_wpseo_twitter-description":"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.","_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,13,115,73],"tags":[],"class_list":["post-58020","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-agents","category-blog","category-microsoft-ai-foundry","category-vs-code"],"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>AI Agents: Build Faster with Foundry Toolkit in VS Code<\/title>\n<meta name=\"description\" content=\"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.\" \/>\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\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Agents: Build Faster with Foundry Toolkit in VS Code\" \/>\n<meta property=\"og:description\" content=\"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-23T22:04:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-23T22:05:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2026\/07\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.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=\"AI Agents: Build Faster with Foundry Toolkit in VS Code\" \/>\n<meta name=\"twitter:description\" content=\"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.\" \/>\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=\"8 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\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Build AI Agents Faster with Microsoft Foundry Toolkit in VS Code\",\"datePublished\":\"2026-07-23T22:04:34+00:00\",\"dateModified\":\"2026-07-23T22:05:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/\"},\"wordCount\":1490,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png\",\"articleSection\":[\"AI Agents\",\"Blog\",\"Microsoft AI Foundry\",\"VS Code\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/\",\"name\":\"AI Agents: Build Faster with Foundry Toolkit in VS Code\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png\",\"datePublished\":\"2026-07-23T22:04:34+00:00\",\"dateModified\":\"2026-07-23T22:05:57+00:00\",\"description\":\"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/24\\\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Build AI Agents Faster with Microsoft Foundry Toolkit in VS Code\"}]},{\"@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":"AI Agents: Build Faster with Foundry Toolkit in VS Code","description":"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.","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\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/","og_locale":"en_US","og_type":"article","og_title":"AI Agents: Build Faster with Foundry Toolkit in VS Code","og_description":"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/","og_site_name":"CPI Consulting","article_published_time":"2026-07-23T22:04:34+00:00","article_modified_time":"2026-07-23T22:05:57+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2026\/07\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"AI Agents: Build Faster with Foundry Toolkit in VS Code","twitter_description":"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#article","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/"},"author":{"name":"CPI Staff","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Build AI Agents Faster with Microsoft Foundry Toolkit in VS Code","datePublished":"2026-07-23T22:04:34+00:00","dateModified":"2026-07-23T22:05:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/"},"wordCount":1490,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png","articleSection":["AI Agents","Blog","Microsoft AI Foundry","VS Code"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/","name":"AI Agents: Build Faster with Foundry Toolkit in VS Code","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png","datePublished":"2026-07-23T22:04:34+00:00","dateModified":"2026-07-23T22:05:57+00:00","description":"Build AI agents faster with integrated model testing, agent design, debugging and deployment tools that help teams move securely from prototype to production.","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#primaryimage","url":"\/wp-content\/uploads\/2026\/07\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png","contentUrl":"\/wp-content\/uploads\/2026\/07\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/24\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"Build AI Agents Faster with Microsoft Foundry Toolkit in VS Code"}]},{"@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\/build-ai-agents-faster-with-microsoft-foundry-toolkit-in-vs-code.png","jetpack-related-posts":[{"id":57294,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/18\/microsoft-ai-foundry-hq-closes-the-gap-between-ai-experimentation-and-enterprise-grade-deployment\/","url_meta":{"origin":58020,"position":0},"title":"Microsoft AI Foundry HQ Closes the Gap Between AI Experimentation and Enterprise-Grade Deployment","author":"CPI Staff","date":"March 18, 2026","format":false,"excerpt":"Most Australian organisations have the same AI problem right now. The proof of concept worked. Leadership approved the budget. And then everything stalled. The gap between a successful AI experiment and a production-grade enterprise deployment is wider than anyone expected. Models need governance. Agents need monitoring. Compliance teams need audit\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 1x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 2x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 3x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-hq-closes-gap-ai-experimentation-enterprise-deployment-cover.png 4x"},"classes":[]},{"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":58020,"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":57809,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/08\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely\/","url_meta":{"origin":58020,"position":2},"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":57578,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","url_meta":{"origin":58020,"position":3},"title":"Azure Foundry Prompt Agents Vs Hosted Agents","author":"CPI Staff","date":"May 28, 2026","format":false,"excerpt":"AI agents are moving quickly from proof-of-concept demos into real business workflows. For Australian organisations, the question is no longer whether agents are interesting. The question is how to build them in a way that is secure, supportable, cost-aware, and aligned with governance expectations. Azure AI Foundry gives teams more\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 1x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 1.5x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 2x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 3x, \/wp-content\/uploads\/2026\/05\/azure-foundry-prompt-agents-vs-hosted-agents.png 4x"},"classes":[]},{"id":57787,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","url_meta":{"origin":58020,"position":4},"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":57239,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/16\/what-microsofts-new-ai-stack-means-for-safer-faster-ai-projects\/","url_meta":{"origin":58020,"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:\/\/www.cloudproinc.com.au\/index.php\/category\/azure-foundry\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/post-17.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/post-17.png 1x, \/wp-content\/uploads\/2026\/03\/post-17.png 1.5x, \/wp-content\/uploads\/2026\/03\/post-17.png 2x, \/wp-content\/uploads\/2026\/03\/post-17.png 3x, \/wp-content\/uploads\/2026\/03\/post-17.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58020","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=58020"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58020\/revisions"}],"predecessor-version":[{"id":58021,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58020\/revisions\/58021"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/58022"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=58020"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=58020"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=58020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}