web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Public Copilot Agent G...
Copilot Studio
Answered

Public Copilot Agent Grounded in Canto Technical PDFs

(2) ShareShare
ReportReport
Posted on by 9

What I’m trying to achieve:

I want to deploy a public-facing Copilot agent that can answer technical questions accurately and authoritatively, using our approved technical PDFs stored in Canto document asset management system as the single source of truth.

Key constraints:


  • The agent must be publicly accessible (no login).
  • Answers must be strictly grounded in approved documents (no hallucinations).
  • Canto must remain the master system for document management and approvals.
  • The setup must scale and stay maintainable as documents change.
  • Document and long and contain lists and tables of data.

Proposed Approach (High level)

Because public Copilot agents cannot read SharePoint or authenticated sources, the proposal is to use Azure AI Search as the public consumption layer.

Proposed architecture:

Canto (master DAM)
   ↓ API-based sync
Azure Blob Storage (private)
   ↓
Azure AI Search (PDF extraction + vector index)
   ↓
Public Copilot Studio agent

How it works:


  • Approved technical PDFs are pulled from Canto via API (folders / metadata rules).

  • PDFs are stored privately in Azure Blob Storage.

  • Azure AI Search indexes and chunks the PDF content (text extraction).

  • The public Copilot agent queries Azure AI Search as its only knowledge source.

  • If information isn’t in the documents, the agent is instructed to say so explicitly.


  •  
  • Is this the best/right architecture for a public for this use case?

     
I have the same question (0)
  • Verified answer
    Valantis Profile Picture
    6,735 on at
    Hi @GazzR,
     
    yes, your proposed architecture is correct and follows Microsoft's recommended RAG pattern.
     
    Canto → Blob Storage → Azure AI Search → Copilot Studio is the right approach. AI Search acts as the private grounding layer, the public never touches your index, and you can instruct the agent to only answer from indexed content.
     
    A few things to check before start:
     
    1. Tables & lists – Default chunking will break them. Add Azure AI Document Intelligence as a pre-processing step before indexing.
    2. Canto sync – Build in delta sync, a deletion strategy (revoked docs must leave the index), and filter on approval state so only approved docs are queryable.
    3. Citation URLs – Plan a public-friendly URL now (portal page or Canto share link). Blob storage URLs won't work for public users.
    4. Hallucination guardrails – Beyond prompting, configure Copilot Studio to use knowledge sources only (disable general model knowledge).
    5. Index refresh – Decide your SLA: scheduled refresh (minutes/hours) or event-driven (near real-time via Azure Function + Event Grid).
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 277

#2
11manish Profile Picture

11manish 206

#3
sannavajjala87 Profile Picture

sannavajjala87 156 Super User 2026 Season 1

Last 30 days Overall leaderboard