{"id":57749,"date":"2026-07-03T17:04:25","date_gmt":"2026-07-03T07:04:25","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/"},"modified":"2026-07-03T17:06:07","modified_gmt":"2026-07-03T07:06:07","slug":"build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/","title":{"rendered":"Build Permission Aware Knowledge Bases With Foundry IQ and Azure AI"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post Build Permission Aware Knowledge Bases With Foundry IQ and Azure AI we will explain how organisations can give staff a useful AI knowledge assistant without accidentally exposing payroll files, board papers, customer contracts, or other sensitive information.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">Most businesses already have the raw material for a powerful AI assistant. It is sitting in SharePoint, Teams, OneDrive, intranet pages, policy folders, project documents, PDFs, and cloud storage. The problem is not whether the information exists. The problem is whether the right person can find the right answer quickly, without seeing something they should not see.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is where Foundry IQ and Azure AI Search come in. At a high level, Foundry IQ is a managed knowledge layer in Microsoft Foundry that helps AI agents search across approved business content. Azure AI Search is the search engine underneath that indexes, ranks, and retrieves the most relevant information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In plain English, this means your AI assistant can answer questions using your business documents, while still respecting access rules. If a finance manager can access a budget document, the assistant can use it for that person. If a frontline employee cannot access that same document, the assistant should not use it in their answer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The real problem is not AI accuracy, it is AI access<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Many AI pilots fail for a simple reason. They start with an impressive demo, but nobody has properly answered the security question.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Can the assistant see HR files? Can it summarise board reports? Can it answer questions from restricted customer contracts? Can it expose information from a project folder someone should not have access to?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a CIO, CTO, or IT manager, this is where the risk becomes real. A chatbot that gives a slightly wrong answer is frustrating. A chatbot that leaks confidential information is a governance problem, a privacy problem, and potentially a reportable incident.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is why permission-aware knowledge bases matter. They are designed so the AI does not simply search everything. It searches only what the user is allowed to access.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Foundry IQ and Azure AI Search actually do<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry IQ helps create reusable knowledge bases for AI agents. A knowledge base is a controlled collection of business information that an AI assistant can use when answering questions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Azure AI Search provides the indexing and retrieval layer behind that knowledge base. Indexing means turning your documents into searchable content. Retrieval means finding the most relevant pieces of information when someone asks a question.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are a few important concepts worth understanding in plain English:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li><strong>Knowledge sources<\/strong> are the places your information comes from, such as SharePoint, Azure Blob Storage, OneLake, or existing search indexes.<\/li>\n <li><strong>Indexing<\/strong> is the process of reading documents and preparing them so they can be searched quickly.<\/li>\n <li><strong>Chunking<\/strong> means breaking long documents into smaller sections so the AI can find the exact paragraph or page that matters.<\/li>\n <li><strong>Embeddings<\/strong> are mathematical summaries of text that help the system understand meaning, not just keywords.<\/li>\n <li><strong>Agentic retrieval<\/strong> means the system can break a complex question into smaller searches, compare results, and return a more useful answer.<\/li>\n <li><strong>Permission enforcement<\/strong> means results are filtered based on the user\u2019s identity and access rights before the AI responds.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For decision-makers, the outcome is more important than the plumbing. Staff get faster answers from approved business knowledge. IT gets a more controlled architecture. The business reduces the risk of people relying on outdated documents, guesswork, or unsecured consumer AI tools.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why this is different from a basic document chatbot<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A basic document chatbot is usually built by uploading a folder of files and asking an AI model to answer questions from them. That can be fine for a small internal trial. It is not enough for an enterprise-grade knowledge assistant.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The moment you connect AI to real company data, you need to think about identity, permissions, auditability, data ownership, and ongoing maintenance. These are the same issues that already matter in Microsoft 365 and Azure. AI does not remove them. It makes them more important.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry IQ is useful because it sits closer to the way organisations already manage Microsoft data. Instead of creating a disconnected AI island, it can be designed around Microsoft Entra ID, which is Microsoft\u2019s identity platform, and existing access controls in Microsoft 365 and Azure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We covered the broader application development side in Build AI applications With Azure AI Foundry. The next step is making those applications safer and more useful by connecting them to business knowledge in a controlled way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical scenario<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Imagine a 180-person professional services firm with offices in Melbourne, Sydney, and Brisbane. The business has grown quickly. Policies are in SharePoint, project notes are in Teams, signed agreements are stored in restricted folders, and delivery templates are scattered across multiple sites.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Staff regularly ask questions like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Which template should I use for this client engagement?<\/li>\n <li>What is our travel policy for interstate work?<\/li>\n <li>What are the support obligations in this customer contract?<\/li>\n <li>Has legal approved this clause before?<\/li>\n <li>What did we decide in the last project steering committee?<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Without a proper knowledge base, people waste time hunting through folders or asking the same questions in Teams. Some use old versions of documents. Others paste information into public AI tools because they are under pressure to move quickly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A permission-aware knowledge base changes that pattern. A consultant can ask the assistant for the latest approved delivery template and receive an answer grounded in the current document library. A finance user can ask about budget assumptions and receive answers from finance material. A consultant without finance access does not receive those budget details.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The business outcome is simple: less time wasted, fewer mistakes, and lower data leakage risk.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How the technology works behind the scenes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The architecture usually has five layers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Identity<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The user signs in with their work account. In Microsoft environments, this usually means Microsoft Entra ID. This is what allows the system to understand who is asking the question.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Identity is the starting point for trust. If the assistant does not know who the user is, it cannot reliably decide what that person should be allowed to see.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Knowledge sources<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The organisation chooses which content sources should be available. This might include a SharePoint policy library, Azure storage account, project documentation repository, or curated knowledge set.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This step is where many projects need discipline. Do not connect everything on day one. Start with high-value, well-governed content such as policies, procedures, product information, service desk knowledge, or approved templates.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Indexing and enrichment<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Azure AI Search reads the approved content and creates a search index. Think of this as a smart catalogue of your business documents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The system can split documents into smaller sections, extract useful metadata, and prepare the content for keyword search and meaning-based search. Meaning-based search is helpful because people rarely ask questions using the exact wording in a document.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Retrieval<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">When a user asks a question, the system searches the knowledge base for relevant content. With agentic retrieval, the search process can be more sophisticated than a single keyword lookup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, if someone asks, \u201cWhat are our obligations if a customer terminates early?\u201d, the system may need to search contract terms, support obligations, billing policies, and legal guidance. It can break the question into smaller parts, retrieve the best evidence, and help the AI form a grounded response.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Answer generation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The AI model then uses the retrieved content to produce a response. This is often called grounding. Grounding means the AI is answering from approved source material rather than making a best guess from general training data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We explored this idea further in Boost Accuracy with Azure AI Groundedness. For business leaders, the key point is that grounded AI is easier to trust, test, and govern.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A simple example of the setup<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The exact configuration will vary depending on your environment, but the logic often looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n &quot;knowledgeBase&quot;: &quot;company-policy-assistant&quot;,\n &quot;sources&quot;: [\n {\n &quot;type&quot;: &quot;SharePoint&quot;,\n &quot;site&quot;: &quot;Corporate Policies&quot;,\n &quot;permissionMode&quot;: &quot;respectExistingUserAccess&quot;\n },\n {\n &quot;type&quot;: &quot;AzureBlobStorage&quot;,\n &quot;container&quot;: &quot;approved-templates&quot;,\n &quot;permissionMode&quot;: &quot;managedAccess&quot;\n }\n ],\n &quot;retrieval&quot;: {\n &quot;searchMode&quot;: &quot;hybrid&quot;,\n &quot;useSemanticRanking&quot;: true,\n &quot;returnCitations&quot;: true\n },\n &quot;security&quot;: {\n &quot;identityProvider&quot;: &quot;Microsoft Entra ID&quot;,\n &quot;enforceUserPermissionsAtQueryTime&quot;: true\n }\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This is not production code. It is a simplified view of the design pattern. The important point is that security is not something added at the end. It is part of the knowledge base design from the beginning.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Business benefits for Australian organisations<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Faster answers without more support tickets<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Internal teams often ask IT, HR, finance, or operations the same questions repeatedly. A well-designed knowledge assistant can answer common questions from approved documents and reduce interruptions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a 50 to 500 person organisation, even small time savings add up quickly. If 100 employees save 15 minutes a week, that is more than 2,000 hours a year returned to productive work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Lower risk of sensitive data exposure<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Permission-aware retrieval helps reduce the risk of AI exposing information to the wrong person. This is especially important for HR records, customer contracts, legal documents, financial reports, and board material.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It also supports better alignment with the Essential 8, the Australian government\u2019s cybersecurity framework that many organisations use to improve resilience. While Essential 8 does not provide a specific AI checklist, the same principles apply: control access, patch weaknesses, protect privileged information, and reduce the chance of avoidable incidents.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Better use of Microsoft 365 investments<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Many organisations already pay for Microsoft 365, SharePoint, Teams, Defender, and Azure services. The opportunity is to make that existing environment more useful rather than buying another disconnected AI platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a Microsoft Partner, CloudProInc often sees businesses with good tools but poor information architecture. The AI project exposes the real issue: permissions are messy, document ownership is unclear, and nobody knows which version of a file is the source of truth.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A safer path from AI pilot to production<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">AI pilots are easy to start. Production AI is harder because it needs governance, monitoring, security, cost control, and support.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry IQ and Azure AI Search help create a more repeatable pattern. You can start with one knowledge base, connect it to one assistant, test it with a defined user group, and then expand carefully.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This connects closely with the platform thinking we discussed in What Microsoft AI Foundry Means for Australian Organisations Designing Enterprise AI Platforms.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common mistakes to avoid<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Connecting too much data too early<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The fastest way to create risk is to connect every document library and hope the AI sorts it out. It will not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start with a narrow use case. Choose content that is current, useful, and owned by a business team. Good first candidates include HR policies, IT support articles, product documentation, onboarding material, and standard operating procedures.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Ignoring permissions hygiene<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If your SharePoint permissions are already messy, AI will expose the mess. Before building a knowledge assistant, review who has access to sensitive libraries and whether that access is still appropriate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is not glamorous work, but it is essential. A permission-aware AI system is only as good as the permissions underneath it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Skipping human review<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Even grounded AI needs review, especially in legal, financial, HR, safety, or customer-facing use cases. The assistant should help people work faster, not replace judgement in high-risk decisions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A practical approach is to classify answers by risk. Low-risk answers can be automated. Medium-risk answers can include source links and disclaimers. High-risk answers should route users to the right team or process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Forgetting cost management<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">AI search and model usage have running costs. These costs are manageable, but only if they are designed properly from the start.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Set usage limits, monitor query volumes, choose the right model for the job, and avoid indexing low-value content. Bigger is not always better. A smaller, cleaner knowledge base often performs better and costs less.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical implementation roadmap<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n <li><strong>Pick one business problem.<\/strong> For example, reduce HR policy questions, improve service desk answers, or help project teams find approved templates.<\/li>\n <li><strong>Identify trusted content.<\/strong> Choose documents that are current, approved, and owned by someone in the business.<\/li>\n <li><strong>Review permissions.<\/strong> Confirm that access rules in SharePoint, Azure, or your document system match real business requirements.<\/li>\n <li><strong>Create the knowledge base.<\/strong> Configure Foundry IQ and Azure AI Search to index the approved sources.<\/li>\n <li><strong>Connect an AI agent.<\/strong> Use Microsoft Foundry to connect the knowledge base to an assistant or workflow.<\/li>\n <li><strong>Test with real users.<\/strong> Include people with different permission levels to confirm they only receive answers they are allowed to see.<\/li>\n <li><strong>Measure business value.<\/strong> Track time saved, ticket reduction, answer accuracy, user adoption, and risk reduction.<\/li>\n <li><strong>Expand carefully.<\/strong> Add more content sources only after the first use case is stable and governed.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">If your organisation is also exploring AI agents that can take action, not just answer questions, it is worth reading Designing Secure AI Agent Infrastructure on Azure. Permission-aware knowledge is one part of the bigger security picture.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where CloudProInc helps<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Building a permission-aware knowledge base is not just an AI task. It touches Microsoft 365, Azure, identity, security, compliance, information architecture, and user adoption.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CloudProInc brings 20+ years of enterprise IT experience across Azure, Microsoft 365, Intune, Windows 365, Microsoft Defender, Wiz, OpenAI, and Claude. As a Melbourne-based Microsoft Partner and Wiz Security Integrator, we focus on practical designs that business leaders can understand and IT teams can actually operate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That usually means starting small, proving value, and building the governance model before expanding. It also means being honest when the first job is not AI at all, but cleaning up permissions, document ownership, or security controls.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final thought<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry IQ and Azure AI Search can help turn scattered business information into a secure, searchable knowledge layer for AI. The value is not just better answers. It is faster work, lower risk, stronger governance, and better use of the Microsoft environment you may already own.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are not sure whether your organisation is ready for a permission-aware AI knowledge base, CloudProInc is happy to take a practical look at your current setup and identify the safest first step. No hard sell, just clear advice on what will reduce risk and deliver value.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Foundry IQ and Azure AI Search help organisations build AI knowledge bases that respect user permissions, reduce risk, and return answers grounded in company data.<\/p>\n","protected":false},"author":1,"featured_media":57751,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"Permission-Aware Knowledge Bases for Safer AI","_yoast_wpseo_opengraph-description":"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.","_yoast_wpseo_twitter-title":"Permission-Aware Knowledge Bases for Safer AI","_yoast_wpseo_twitter-description":"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.","_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-57749","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>Permission-Aware Knowledge Bases for Safer AI<\/title>\n<meta name=\"description\" content=\"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.\" \/>\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\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Permission-Aware Knowledge Bases for Safer AI\" \/>\n<meta property=\"og:description\" content=\"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-03T07:04:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-03T07:06:07+00:00\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Permission-Aware Knowledge Bases for Safer AI\" \/>\n<meta name=\"twitter:description\" content=\"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.\" \/>\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:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Build Permission Aware Knowledge Bases With Foundry IQ and Azure AI\",\"datePublished\":\"2026-07-03T07:04:25+00:00\",\"dateModified\":\"2026-07-03T07:06:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/\"},\"wordCount\":2306,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/\",\"name\":\"Permission-Aware Knowledge Bases for Safer AI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png\",\"datePublished\":\"2026-07-03T07:04:25+00:00\",\"dateModified\":\"2026-07-03T07:06:07+00:00\",\"description\":\"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/03\\\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Build Permission Aware Knowledge Bases With Foundry IQ and Azure AI\"}]},{\"@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":"Permission-Aware Knowledge Bases for Safer AI","description":"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.","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\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/","og_locale":"en_US","og_type":"article","og_title":"Permission-Aware Knowledge Bases for Safer AI","og_description":"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/","og_site_name":"CPI Consulting","article_published_time":"2026-07-03T07:04:25+00:00","article_modified_time":"2026-07-03T07:06:07+00:00","author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"Permission-Aware Knowledge Bases for Safer AI","twitter_description":"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#article","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/"},"author":{"name":"CPI Staff","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Build Permission Aware Knowledge Bases With Foundry IQ and Azure AI","datePublished":"2026-07-03T07:04:25+00:00","dateModified":"2026-07-03T07:06:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/"},"wordCount":2306,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/","name":"Permission-Aware Knowledge Bases for Safer AI","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png","datePublished":"2026-07-03T07:04:25+00:00","dateModified":"2026-07-03T07:06:07+00:00","description":"Learn how permission-aware knowledge bases help staff get trusted answers from business documents while protecting restricted files and sensitive information.","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#primaryimage","url":"\/wp-content\/uploads\/2026\/07\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png","contentUrl":"\/wp-content\/uploads\/2026\/07\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/03\/build-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"Build Permission Aware Knowledge Bases With Foundry IQ and Azure AI"}]},{"@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-permission-aware-knowledge-bases-with-foundry-iq-and-azure-ai.png","jetpack-related-posts":[{"id":53210,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/04\/18\/build-ai-applications-with-azure-ai-foundry\/","url_meta":{"origin":57749,"position":0},"title":"Build AI applications With Azure AI Foundry","author":"CPI Staff","date":"April 18, 2025","format":false,"excerpt":"In this post, we will show how to build AI applications using Azure AI Foundry and the benefits of using the SDK for Foundry. Introduction The world of Artificial Intelligence (AI) is expanding rapidly, and businesses are increasingly seeking ways to leverage this technology to gain a competitive edge. One\u2026","rel":"","context":"In &quot;Azure&quot;","block_context":{"text":"Azure","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/microsoft-azure\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/04\/Build-AI-applications-With-Azure-AI-Foundry.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/04\/Build-AI-applications-With-Azure-AI-Foundry.png 1x, \/wp-content\/uploads\/2025\/04\/Build-AI-applications-With-Azure-AI-Foundry.png 1.5x, \/wp-content\/uploads\/2025\/04\/Build-AI-applications-With-Azure-AI-Foundry.png 2x, \/wp-content\/uploads\/2025\/04\/Build-AI-applications-With-Azure-AI-Foundry.png 3x, \/wp-content\/uploads\/2025\/04\/Build-AI-applications-With-Azure-AI-Foundry.png 4x"},"classes":[]},{"id":57288,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/22\/what-microsoft-ai-foundry-means-for-australian-organisations-designing-enterprise-ai-platforms\/","url_meta":{"origin":57749,"position":1},"title":"What Microsoft AI Foundry Means for Australian Organisations Designing Enterprise AI Platforms","author":"CPI Staff","date":"March 22, 2026","format":false,"excerpt":"Most Australian organisations that started building AI capabilities in the last two years are hitting the same wall. The proof of concept worked. The board approved the next phase. And now IT teams are drowning in questions nobody planned for. Where do the models run? Who approves new deployments? How\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 2x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 3x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 4x"},"classes":[]},{"id":57604,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/06\/01\/claude-opus-4-8-in-azure-ai-foundry\/","url_meta":{"origin":57749,"position":2},"title":"Claude Opus 4.8 in Azure AI Foundry","author":"CPI Staff","date":"June 1, 2026","format":false,"excerpt":"Anthropic\u2019s Claude Opus 4.8 is now available in Microsoft Azure AI Foundry, giving organisations another frontier model option inside the Azure ecosystem. For Australian businesses already standardising on Microsoft cloud services, this matters for a simple reason: AI adoption is moving from experimentation to production. The question is no longer\u2026","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\/06\/claude-opus-48-in-azure-ai-foundry.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/06\/claude-opus-48-in-azure-ai-foundry.png 1x, \/wp-content\/uploads\/2026\/06\/claude-opus-48-in-azure-ai-foundry.png 1.5x, \/wp-content\/uploads\/2026\/06\/claude-opus-48-in-azure-ai-foundry.png 2x, \/wp-content\/uploads\/2026\/06\/claude-opus-48-in-azure-ai-foundry.png 3x, \/wp-content\/uploads\/2026\/06\/claude-opus-48-in-azure-ai-foundry.png 4x"},"classes":[]},{"id":57294,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/18\/microsoft-ai-foundry-hq-closes-the-gap-between-ai-experimentation-and-enterprise-grade-deployment\/","url_meta":{"origin":57749,"position":3},"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":57578,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/azure-foundry-prompt-agents-vs-hosted-agents\/","url_meta":{"origin":57749,"position":4},"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":57587,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/connecting-microsoft-foundry-agents-to-business-systems-2\/","url_meta":{"origin":57749,"position":5},"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":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57749","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=57749"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57749\/revisions"}],"predecessor-version":[{"id":57750,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/57749\/revisions\/57750"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/57751"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=57749"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=57749"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=57749"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}